Public bug reported: While updating a FIP without port or fixed ip changed. For example, updating its description via neutron API, or associate same floatingip and fixed ip more than once, it will delete the old one ,than add a new one[0]. It will make network flap.
Because we don't change fip and fiexd ip , so we don't need to do update in NBDB table, and the network flap should be avoided. [0]https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_client.py#L1089 ** Affects: neutron Importance: Undecided Assignee: Taoyunxiang (taoyunxiang) Status: New ** Changed in: neutron Assignee: (unassigned) => Taoyunxiang (taoyunxiang) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1867122 Title: Unnecessary network flapping while update floatingip without port or fixed ip changed Status in neutron: New Bug description: While updating a FIP without port or fixed ip changed. For example, updating its description via neutron API, or associate same floatingip and fixed ip more than once, it will delete the old one ,than add a new one[0]. It will make network flap. Because we don't change fip and fiexd ip , so we don't need to do update in NBDB table, and the network flap should be avoided. [0]https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_client.py#L1089 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1867122/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

