← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1366056] [NEW] delete_subnet in ml2 plugin makes 2 calls to get the subnet

 

Public bug reported:

delete_subnet makes 2 calls to get the same subnet:

one here: https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/plugin.py#L711
the second here: https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/plugin.py#L734

Only one call is needed

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: low-hanging-fruit

** Tags added: low-hanging-fruit

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

Title:
  delete_subnet in ml2 plugin makes 2 calls to get the  subnet

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  delete_subnet makes 2 calls to get the same subnet:

  one here: https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/plugin.py#L711
  the second here: https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/plugin.py#L734

  Only one call is needed

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


Follow ups

References