Comment 1 for bug 1425595

Revision history for this message
Richard Hedlind (richard-hedlind) wrote :

Another example showing both nova and neutron output:

[root@cos-st-bigsky ~(keystone_admin)]# neutron floatingip-list
+--------------------------------------+------------------+---------------------+--------------------------------------+
| id | fixed_ip_address | floating_ip_address | port_id |
+--------------------------------------+------------------+---------------------+--------------------------------------+
| 7701a7f2-365f-4eac-b498-f24f50ec6bdf | 10.0.0.34 | 10.20.216.231 | 26d6b577-c6f5-47d4-99a5-ed716ed3e020 |
| 8e2c18bc-3fd2-479e-b905-67f64eacd09c | 10.0.0.7 | 10.20.216.235 | 3fc8990e-e037-45ad-8cee-52bfe0aca5db |
+--------------------------------------+------------------+---------------------+--------------------------------------+
[root@cos-st-bigsky ~(keystone_admin)]# nova floating-ip-list
+---------------+-----------+-----------+--------+
| Ip | Server Id | Fixed Ip | Pool |
+---------------+-----------+-----------+--------+
| 10.20.216.231 | - | 10.0.0.34 | public |
| 10.20.216.235 | - | 10.0.0.7 | public |
+---------------+-----------+-----------+--------+