** Changed in: quantum
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to quantum.
https://bugs.launchpad.net/bugs/1183576
Title:
config shortcut config.AGENT in NEC plugin has typo
Status in OpenStack Quantum (virtual network service):
Fix Released
Bug description:
In commit b8b2c4ebec7f8687215b5fd17a6f0fde84aee043, config shortcut 'AGENT'
in plugin/nec/common/config.py is renamed to 'aGENT' unintentionally.
NEC plugin agent cannot run.
+++ b/quantum/plugins/nec/common/config.py
@@ -60,6 +60,6 @@ cfg.CONF.register_opts(scheduler.AGENTS_SCHEDULER_OPTS)
# shortcuts
CONF = cfg.CONF
-OVS = cfg.CONF.OVS
-AGENT = cfg.CONF.AGENT <----------
+OVS = cfg.CONF.ovs
+aGENT = cfg.CONF.AGENT <----------
OFC = cfg.CONF.OFC
To manage notifications about this bug go to:
https://bugs.launchpad.net/quantum/+bug/1183576/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp