Comment 1 for bug 1392923

Revision history for this message
Patrick Crews (patrick-crews) wrote :

nova behavior with such floating ips:

pcrews@mahmachine:~/git/mahrepo$ nova list
+--------------------------------------+-------------------------+--------+------------+-------------+--------------------------------------------------------------------+
| ID | Name | Status | Task State | Power State | Networks |
+--------------------------------------+-------------------------+--------+------------+-------------+--------------------------------------------------------------------+
| 9691031c-5fbe-437f-ae6d-90e7ae550175 | server-0x7f883335d350-0 | ACTIVE | - | Running | private=10.0.0.7, 172.24.4.3 |
| 204f51ed-3baa-4c50-9227-391a7c5f7c47 | server-0x7f8833395890-0 | ACTIVE | - | Running | private=10.0.0.2 |
| 353dfff7-7ce2-4b0d-8cc1-111510c0008b | server-0x7f88333a7ad0-0 | ACTIVE | - | Running | private=10.0.0.4 |
| a062aa43-11ae-4ea3-9c35-3ed3766c1fdf | server-0x7f88333a7f50-0 | ACTIVE | - | Running | private=10.0.0.6, 172.24.4.6, 172.24.4.15 |
| 3344bb31-6441-41b5-9056-28afc27133d3 | server-0x7f88333e8a90-0 | ACTIVE | - | Running | private=10.0.0.5 |
| 74780a52-a389-4d5e-8a32-eaacf4849a6f | server-0x7f8833c15e90-0 | ACTIVE | - | Running | private=10.0.0.8 |
| f0dd2112-e948-4844-93dd-592e2207454d | server-0x7f8833c39c50-0 | ERROR | - | NOSTATE | private=10.0.0.3, 172.24.4.2, 172.24.4.7, 172.24.4.11, 172.24.4.17 |
| d4545f39-6a5c-40e3-99f4-f72c22d56fc7 | server-0x7f8833c39c50-1 | ACTIVE | - | Running | private=10.0.0.9, 172.24.4.9, 172.24.4.14, 172.24.4.16 |
+--------------------------------------+-------------------------+--------+------------+-------------+--------------------------------------------------------------------+
pcrews@mahmachine:~/git/mahrepo$ nova floating-ip-list
+-------------+--------------------------------------+----------+--------+
| Ip | Server Id | Fixed Ip | Pool |
+-------------+--------------------------------------+----------+--------+
| 172.24.4.1 | - | - | public |
| 172.24.4.4 | - | - | public |
| 172.24.4.5 | - | - | public |
| 172.24.4.8 | - | - | public |
| 172.24.4.9 | d4545f39-6a5c-40e3-99f4-f72c22d56fc7 | 10.0.0.9 | public |
| 172.24.4.10 | - | - | public |
| 172.24.4.12 | - | - | public |
| 172.24.4.13 | - | - | public |
| 172.24.4.16 | d4545f39-6a5c-40e3-99f4-f72c22d56fc7 | 10.0.0.9 | public |
| 172.24.4.17 | f0dd2112-e948-4844-93dd-592e2207454d | 10.0.0.3 | public |
+-------------+--------------------------------------+----------+--------+
pcrews@mahmachine:~/git/mahrepo$ nova remove-floating-ip d4545f39-6a5c-40e3-99f4-f72c22d56fc7 172.24.4.14
ERROR (Forbidden): Access was denied to this resource. (HTTP 403) (Request-ID: req-2a2b83cf-bf76-4946-8c43-de0041bd94b3)