yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #56015
[Bug 1599936] Re: l2gw provider config prevents *aas provider config from being loaded
I don't think it's a bug in neutron. devstack should switch to loading
service providers by explicitly passing --config-file to
neutron_*aas.conf files. At which point l2gw will be able to pass their
own file without breaking neutron service provider loading. The patches
for the bug would span devstack and l2gw devstack plugin, but not
neutron.
** Also affects: devstack
Importance: Undecided
Status: New
** Changed in: neutron
Status: In Progress => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1599936
Title:
l2gw provider config prevents *aas provider config from being loaded
Status in devstack:
New
Status in networking-l2gw:
New
Status in neutron:
Invalid
Bug description:
networking-l2gw devstack plugin stores its service_providers config in /etc/l2gw_plugin.ini
and add --config-file for it.
as a result, neutron-server is invoked like the following.
/usr/local/bin/neutron-server --config-file /etc/neutron/neutron.conf
--config-file /etc/neutron/plugins/midonet/midonet.ini --config-file
/etc/neutron/l2gw_plugin.ini
it breaks *aas service providers because NeutronModule.service_providers finds
l2gw providers in cfg.CONF.service_providers.service_provider and thus doesn't look
at *aas service_providers config, which is in /etc/neutron/neutron_*aas.conf.
To manage notifications about this bug go to:
https://bugs.launchpad.net/devstack/+bug/1599936/+subscriptions
References