*** This bug is a duplicate of bug 1207541 ***
https://bugs.launchpad.net/bugs/1207541
Looks like this should fix the problem:
https://github.com/openstack/oslo.config/commit/c85c8e6c4d5a921aa36a4774fe6bd8ab07d58fb3
** This bug has been marked a duplicate of bug 1207541
dhcp-agent, l3-agent,neutron-debug command can't run
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1206013
Title:
Catch wrong exception due to oslo's change.
Status in OpenStack Neutron (virtual network service):
Triaged
Bug description:
In neutron/agent/linux/ip_lib.py, if option 'ip_lib_force_root' is not
registered, 'NoSuchOptError' will be catched.
But now, oslo.config changed.
According to below commit, '__getattr__' will raise 'AttributeError' if any
exception happens.
https://review.openstack.org/#/c/37276/
We didn't handle 'AttributeError' in above file so that neutron-dhcp-
agent can't start successfully.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1206013/+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