← Back to team overview

yahoo-eng-team team mailing list archive

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

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

** Changed in: neutron
    Milestone: None => juno-rc1

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

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


References