yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #53518
[Bug 1599936] [NEW] l2gw provider config prevents *aas provider config from being loaded
Public bug reported:
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.
** Affects: networking-l2gw
Importance: Undecided
Status: New
** Affects: neutron
Importance: Undecided
Status: New
** Also affects: neutron
Importance: Undecided
Status: New
** Summary changed:
- l2gw provider config prevents *aas provider config
+ l2gw provider config prevents *aas provider config from being loaded
--
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 networking-l2gw:
New
Status in neutron:
New
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/networking-l2gw/+bug/1599936/+subscriptions
Follow ups