yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #23795
[Bug 1381886] [NEW] nova list show incorrect when neutron re-assign floatingip
Public bug reported:
boot more several instances, create a floatingip, when re-assign the floatingip to multi instances, nova list will show incorrect result.
>>>neutron floatingip-associate floatingip-id instance-id-0
>>>neutron floatingip-associate floatingip-id instance-id-1
>>>neutron floatingip-associate floatingip-id instance-id-2
>>>nova list
(nova list result will be like:)
--------------------------
instance0 fixedip0, floatingip
instance1 fixedip1, floatingip
instance2 fixedip2, floatingip
instance0,1,2, they all have floatingip, but run "neutron floatingip-list", we can see it only bind to instance2.
another situation is that after a few time(half a min, or longer), "nova list" can show correct result.
---------------------------
instance0 fixedip0
instance1 fixedip1
instance2 fixedip2, floatingip
** Affects: nova
Importance: Undecided
Status: New
--
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/1381886
Title:
nova list show incorrect when neutron re-assign floatingip
Status in OpenStack Compute (Nova):
New
Bug description:
boot more several instances, create a floatingip, when re-assign the floatingip to multi instances, nova list will show incorrect result.
>>>neutron floatingip-associate floatingip-id instance-id-0
>>>neutron floatingip-associate floatingip-id instance-id-1
>>>neutron floatingip-associate floatingip-id instance-id-2
>>>nova list
(nova list result will be like:)
--------------------------
instance0 fixedip0, floatingip
instance1 fixedip1, floatingip
instance2 fixedip2, floatingip
instance0,1,2, they all have floatingip, but run "neutron floatingip-list", we can see it only bind to instance2.
another situation is that after a few time(half a min, or longer), "nova list" can show correct result.
---------------------------
instance0 fixedip0
instance1 fixedip1
instance2 fixedip2, floatingip
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1381886/+subscriptions
Follow ups
References