← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Public bug reported:

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

** Affects: neutron
     Importance: Undecided
     Assignee: Oleg Bondarev (obondarev)
         Status: New


** Tags: bigswitch

-- 
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):
  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


Follow ups

References