← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1380965] Re: Floating IPs don't have instance ids in Juno

 

This bug was fixed in the package nova - 1:2014.2-0ubuntu1

---------------
nova (1:2014.2-0ubuntu1) utopic; urgency=medium

  [ Chuck Short ]
  * New upstream release.

  [ James Page ]
  * d/p/neutron-floating-ip-list.patch: Cherry pick proposed fix for
    missing server uuids in floating-ip-list when using neutron networking
    (LP: #1380965).
 -- Chuck Short <zulcss@xxxxxxxxxx>   Thu, 16 Oct 2014 13:44:25 -0400

** Changed in: nova (Ubuntu)
       Status: Confirmed => Fix Released

-- 
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/1380965

Title:
  Floating IPs don't have instance ids in Juno

Status in OpenStack Compute (Nova):
  In Progress
Status in “nova” package in Ubuntu:
  Fix Released

Bug description:
  In Icehouse, when I associate a floating IP with an instance, the Nova
  API for listing floating IPs (/os-floating-ips) gives you the instance
  ID of the associated instance:

    {"floating_ips": [{"instance_id": "82c2aff3-511b-
  4e9e-8353-79da86281dfd", "ip": "10.1.151.1", "fixed_ip": "10.10.0.4",
  "id": "8113e71b-7194-447a-ad37-98182f7be80a", "pool": "ext_net"}]}

  
  With latest rc for Juno, the instance_id always seem to be null:

    {"floating_ips": [{"instance_id": null, "ip": "10.96.201.0",
  "fixed_ip": "10.10.0.8", "id": "00ffd9a0-5afe-4221-8913-7e275da7f82a",
  "pool": "ext_net"}]}

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1380965/+subscriptions


References