yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #06877
[Bug 1258384] [NEW] Double call of update_instance_cache_with_nw_info
Public bug reported:
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.
** Affects: nova
Importance: Undecided
Status: New
** Tags: network
--
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):
New
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
Follow ups
References