yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #68198
[Bug 1720322] [NEW] Unnecessary notification when notify_sg_on_port_change
Public bug reported:
In this patch: https://review.openstack.org/#/c/435601
It added notify_sg_on_port_change when any port attributes update. This will cause unnecessary notification to neutron-l2-agents when port update, for example like port's name update.
notify_sg_on_port_change will only needed when port's Security Group update or port IP change, and this has done in codes: https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/plugin.py#L1405
** Affects: neutron
Importance: Undecided
Assignee: Jesse (jesse-5)
Status: In Progress
** Summary changed:
- Port updating wrongly notify_security_groups_member_updated
+ Unnecessary notification when notify_sg_on_port_change
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1720322
Title:
Unnecessary notification when notify_sg_on_port_change
Status in neutron:
In Progress
Bug description:
In this patch: https://review.openstack.org/#/c/435601
It added notify_sg_on_port_change when any port attributes update. This will cause unnecessary notification to neutron-l2-agents when port update, for example like port's name update.
notify_sg_on_port_change will only needed when port's Security Group update or port IP change, and this has done in codes: https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/plugin.py#L1405
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1720322/+subscriptions
Follow ups