yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #27395
[Bug 1380965] Re: Floating IPs don't have instance ids in Juno
** Changed in: nova (Ubuntu)
Status: Fix Released => Fix Committed
** Changed in: nova/juno
Status: New => Fix Committed
--
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 Committed
Status in OpenStack Compute (nova) juno series:
Fix Committed
Status in nova package in Ubuntu:
Fix Committed
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