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:
parent
9f1f300ce7
commit
474afc3e77
@ -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
|
||||
|
||||
|
||||
|
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user