Comment 0 for bug 1758411

Revision history for this message
Corey Bryant (corey.bryant) wrote :

[Impact]

The fix for the following bug was found to cause a regression/race with neutron-ovs-cleanup and neutron-openvswitch-agent where ports/flows get deleted and do not get restored.

https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1752838

[Test Case]
Deploy OpenStack
Create instance
juju ssh nova-compute/0
virsh list #ensure instance lives on this machine else ssh to another compute node
sudo ovs-vsctl show
sudo restart openvswitch-switch
sudo ovs-vsctl show # Ensure ports haven't changed

[Regression Potential]

There should be none as long as the code is reverted to what it was before the SRU for 1752838.