yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #77108
[Bug 1809238] Re: [l3] `port_forwarding` cannot be set before l3 `router` in service_plugins
Reviewed: https://review.openstack.org/626561
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=e8b7e768a2545621ee98511b8dd271c5117f76bd
Submitter: Zuul
Branch: master
commit e8b7e768a2545621ee98511b8dd271c5117f76bd
Author: LIU Yulong <i@xxxxxxxxxxxx>
Date: Mon Dec 17 11:38:20 2018 +0800
Add dependency for service plugin
Adds a required list 'required_service_plugins' to each service plugin,
then we can initialize the service plugin with required dependency.
And also adds the 'router' plugin to port forwarding service plugin
required list.
Closes-Bug: #1809238
Change-Id: I53fdaee0cd96a5315a7abc39799657d613eb3a2e
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1809238
Title:
[l3] `port_forwarding` cannot be set before l3 `router` in
service_plugins
Status in neutron:
Fix Released
Bug description:
ENV:
devstack master
Exception:
http://paste.openstack.org/show/737781/
How to reproduce:
In neutron.conf just set `port_forwarding` plugin before l3 `router` plugin, and then create port forwarding,
something like this:
[DEFAULT]
service_plugins = port_forwarding,router
then you will get that exception in neutron server log.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1809238/+subscriptions
References