yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #04777
[Bug 1209422] Re: NEC Plugin: the plugin should not activate packet filters on port in the port activation
** Changed in: neutron
Status: Fix Committed => 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/1209422
Title:
NEC Plugin: the plugin should not activate packet filters on port in
the port activation
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
This is a bug in packet filter extension which is in NEC Plugin.
Since ports and packet filters are activated at the same time when the
plugin gets portinfo (OpenFlow specific information) in most cases,
but these resources do not have to be in sync. Although the port is
DOWN by admin_state_up=False, packet filters on the port can be
activated while the portinfo (OpenFlow specific information) is
available.
However, when user activates the port by updating admin_state_up,
packet filters on the port will be activated by the plugin. The same
situation occurs in deactivation of the port.
We have to remove packet filter activation from port operations, but
put it into the callback method of getting portinfo to keep packet
filter can be activated when getting portinfo.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1209422/+subscriptions