yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #09851
[Bug 1258384] Re: Double call of update_instance_cache_with_nw_info
Not sure why Mathew moved this to confirmed but as he stated the code
does this to update the cache for an instance if it already had the
floating ip so it's removed. Moving to invalid.
** Changed in: nova
Status: Confirmed => Invalid
--
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/1258384
Title:
Double call of update_instance_cache_with_nw_info
Status in OpenStack Compute (Nova):
Invalid
Bug description:
A call to associate_floating_ip results in two calls to
update_instance_cache_with_nw_info. One when the decorator is called:
https://github.com/openstack/nova/blob/master/nova/network/api.py#L232
another when the operation is complete:
https://github.com/openstack/nova/blob/master/nova/network/api.py#L255
It looks like the right course of action is to remove the decorator.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1258384/+subscriptions
References