← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1470742] [NEW] native OVS interface doesn't honor if_exists flag

 

Public bug reported:

get_vif_port_set() makes a call for the list of interfaces and then
queries OVS for details about them. Between the interface list and the
query, a port could be removed so the if_exists flag is set to skip the
removed ports.

The OVS native interface ignores this flag and raises an exception when
a requested port is missing.

** Affects: neutron
     Importance: Undecided
     Assignee: Kevin Benton (kevinbenton)
         Status: New

** Changed in: neutron
     Assignee: (unassigned) => Kevin Benton (kevinbenton)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1470742

Title:
  native OVS interface doesn't honor if_exists flag

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  get_vif_port_set() makes a call for the list of interfaces and then
  queries OVS for details about them. Between the interface list and the
  query, a port could be removed so the if_exists flag is set to skip
  the removed ports.

  The OVS native interface ignores this flag and raises an exception
  when a requested port is missing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1470742/+subscriptions


Follow ups

References