yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #28990
[Bug 1427641] [NEW] ml2 extension mechanism do not notify agents on update port
Public bug reported:
ml2 extension driver implements API for several methods including process_update_port.
however, in the method update_port() of the plugin, there is a flag to indicate whether to notify on the update or not.
the extension do update the port but do not change the flag (need_port_update_notify) accordingly.
https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/plugin.py#L1017
** Affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1427641
Title:
ml2 extension mechanism do not notify agents on update port
Status in OpenStack Neutron (virtual network service):
New
Bug description:
ml2 extension driver implements API for several methods including process_update_port.
however, in the method update_port() of the plugin, there is a flag to indicate whether to notify on the update or not.
the extension do update the port but do not change the flag (need_port_update_notify) accordingly.
https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/plugin.py#L1017
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1427641/+subscriptions
Follow ups
References