Comment 4 for bug 1031119

Revision history for this message
Endre Karlson (endre-karlson) wrote :

Nevermind me, I was missing the default_floating_pool flag.

And alo for Horizon this *almost* fixes issues with the lack of Floating IP's support by making Nova proxy calls instead to Quantum.

I can assign Floating IP's from the pool to my project / create as it's called but I can't associate between a VM and a Floating IP in Horizon.

Horizon gives me:
Select a valid choice. 77e7f35f-8e24-4371-a269-54ee51c7df97 is not one of the available choices.

But it works perfectly using the Nova CLI - associates:
nova add-floating-ip test 192.168.5.201

The FIP ID is correct since:
client@admin:~$ quantum floatingip-list
+--------------------------------------+------------------+---------------------+--------------------------------------+
| id | fixed_ip_address | floating_ip_address | port_id |
+--------------------------------------+------------------+---------------------+--------------------------------------+
| 77e7f35f-8e24-4371-a269-54ee51c7df97 | 172.16.59.5 | 192.168.5.201 | f3f17aa5-9daf-413d-91aa-840588fcfdf5 |
+--------------------------------------+------------------+---------------------+--------------------------------------+