Comment 2 for bug 909209

Revision history for this message
Paul McMillan (paul-mcmillan) wrote :

If you look at the code, the core nova API is already returning floating IPs there, and knows exactly what they are. Either floating IPs are part of an extension, and so core nova shouldn't be returning them there, or the core nova API can pass that info along to the consumer.

https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/views/addresses.py#L43

Should I open a bug "nova core doesn't work without the os-floating-ips extension"?