← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1381886] Re: nova list show incorrect when neutron re-assign floatingip

 

** Also affects: neutron/icehouse
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1381886

Title:
  nova list show incorrect when neutron re-assign floatingip

Status in OpenStack Neutron (virtual network service):
  Fix Released
Status in neutron icehouse series:
  New
Status in neutron juno series:
  Fix Released

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 instance0-pord-id
  >>>neutron floatingip-associate floatingip-id instance1-port-id
  >>>neutron floatingip-associate floatingip-id instance2-port-id
  >>>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/neutron/+bug/1381886/+subscriptions


References