First time here? Check out the FAQ!
![]() | 1 | initial version |
Note: I am on the Grizzly Release.
I think you can do it as follows:
export OS_TENANT_NAME=<tenant_name>
export OS_USERNAME=<username>
export OS_PASSword=<password>
nova floating-ip-list
+---------------+--------------------------------------+-------------+---------+
| Ip | Instance Id | Fixed Ip | Pool |
+---------------+--------------------------------------+-------------+---------+
| 10.126.97.107 | e4f76f99-a6f3-49f5-a084-3143bb6d51ac | 50.50.1.1 | ext_net |
| 10.126.98.234 | d31c5e83-b370-47ab-8f28-aca628767b82 | 50.50.1.250 | ext_net |
| 10.126.98.235 | 6355bc1e-ab62-4d8c-b148-1af60a9db6b3 | 50.50.1.249 | ext_net |
+---------------+--------------------------------------+-------------+---------+
The floating IP's are in the left column. The first entry is actually the router_id
![]() | 2 | No.2 Revision |
Note: I am on the Grizzly Release.
I think you can do it as follows:
export OS_TENANT_NAME=<tenant_name>
export OS_USERNAME=<username>
export OS_PASSword=<password>
nova floating-ip-list
+---------------+--------------------------------------+-------------+---------+
| Ip | Instance Id | Fixed Ip | Pool |
+---------------+--------------------------------------+-------------+---------+
| 10.126.97.107 | e4f76f99-a6f3-49f5-a084-3143bb6d51ac | 50.50.1.1 | ext_net |
| 10.126.98.234 | d31c5e83-b370-47ab-8f28-aca628767b82 | 50.50.1.250 | ext_net |
| 10.126.98.235 | 6355bc1e-ab62-4d8c-b148-1af60a9db6b3 | 50.50.1.249 | ext_net |
+---------------+--------------------------------------+-------------+---------+
The floating IP's are in the left column. The first entry instance-id is actually the router_idrouter_id rather than a vm.