yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #31618
[Bug 1430481] Re: neutronv2 API: remove_fixed_ip_from_instance constructs a client for each port in the loop
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => kilo-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1430481
Title:
neutronv2 API: remove_fixed_ip_from_instance constructs a client for
each port in the loop
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
We already get a neutronclient object once at the beginning of this
method when we're getting the list of ports, we don't need to get it
again every time we're in the loop for the ports to update them:
http://git.openstack.org/cgit/openstack/nova/tree/nova/network/neutronv2/api.py#n803
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1430481/+subscriptions
References