Remove unused variables

* Both BIRD and BIRDC are defined but now used everywhere
* METADATA_PROXY is not used everywhere and is pointing to
  the wrong binary. metadata_proxy has been renamed to
  akanda-metadata_proxy.

Change-Id: Ie0888a80df6561cb65c27a2048d75edbe95a3971
Signed-off-by: Rosario Di Somma <rosario.disomma@dreamhost.com>
This commit is contained in:
Rosario Di Somma 2015-10-02 10:04:57 -07:00
parent 9f1f300ce7
commit 474afc3e77
2 changed files with 0 additions and 3 deletions

View File

@ -25,8 +25,6 @@ from akanda.router import utils
LOG = logging.getLogger(__name__)
CONF_PATH = '/etc/bird/bird6.conf'
BIRD = '/usr/local/sbin/bird'
BIRDC = '/usr/local/bin/birdc'
DEFAULT_AREA = 0

View File

@ -25,7 +25,6 @@ from akanda.router.utils import execute, replace_file
LOG = logging.getLogger(__name__)
CONF_PATH = '/etc/metadata.conf'
METADATA_PROXY = '/usr/local/bin/metadata_proxy'
class MetadataManager(base.Manager):