← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1259144] Re: bigswitch: no need to duplicate check on network_delete

 

** Also affects: neutron/icehouse
   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/1259144

Title:
  bigswitch: no need to duplicate check on network_delete

Status in OpenStack Neutron (virtual network service):
  Fix Released
Status in neutron icehouse series:
  New

Bug description:
  Check if network is in use is not needed in bigswitch plugin: 
  https://github.com/openstack/neutron/blob/master/neutron/plugins/bigswitch/plugin.py#L587-L599

  as it is done by db_base_plugin, which is called right after:
  https://github.com/openstack/neutron/blob/master/neutron/plugins/bigswitch/plugin.py#L601

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


References