Comment 2 for bug 1425595

Revision history for this message
Liyingjun (liyingjun) wrote :

Can't reproduce with master branch:

stacker@stack:/opt/stack/devstack$ nova floating-ip-list
+------------+--------------------------------------+----------+--------+
| Ip | Server Id | Fixed Ip | Pool |
+------------+--------------------------------------+----------+--------+
| 172.24.4.5 | 6fb5f333-8d44-4683-9f3e-42f61eb9a299 | 20.0.0.2 | public |
| 172.24.4.4 | - | - | public |
+------------+--------------------------------------+----------+--------+
stacker@stack:/opt/stack/devstack$ neutron floatingip-list
+--------------------------------------+------------------+---------------------+--------------------------------------+
| id | fixed_ip_address | floating_ip_address | port_id |
+--------------------------------------+------------------+---------------------+--------------------------------------+
| 3f536b15-0d86-4df7-8f58-d5208acc8815 | 20.0.0.2 | 172.24.4.5 | 1e3a99ae-39cc-48ad-9439-b343a9ce8d79 |
| 619ec0e6-062b-4baa-a229-b2a8055df5c4 | | 172.24.4.4 | |
+--------------------------------------+------------------+---------------------+--------------------------------------+