** Tags removed: in-stable-juno juno-backport-potential ** Changed in: nova Status: Fix Committed => 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): Fix Released Status in OpenStack Compute (nova) juno series: Fix Released 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 -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp