yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #01496
[Bug 1108975] Re: nova list does not show floating-ip (quantum enabled devstack)
** Changed in: nova
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1108975
Title:
nova list does not show floating-ip (quantum enabled devstack)
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
Running on a devstack setup with quantum enabled.
I booted a VM, then used nova floating-ip-create and add-floating-ip
to add a floating ip.
The VM is accessible via the floating-ip :
ubuntu@az3devstackvm2:~/devstack$ ssh -i key.pem ubuntu@172.24.4.227 hostname
The authenticity of host '172.24.4.227 (172.24.4.227)' can't be established.
ECDSA key fingerprint is 10:72:75:e9:3c:23:19:a8:e6:9a:a7:a8:95:25:4c:4d.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '172.24.4.227' (ECDSA) to the list of known hosts.
vm1
However nova list does not show this IP being associated with the VM.
ubuntu@az3devstackvm2:~/devstack$ nova list
nova +--------------------------------------+------+--------+------------------+
| ID | Name | Status | Networks |
+--------------------------------------+------+--------+------------------+
| 411726dd-8a27-4638-89cc-decbfbae034d | vm1 | ACTIVE | private=10.0.0.3 |
+--------------------------------------+------+--------+------------------+
floating-ip-list does, however, show that the IP is associated :
ubuntu@az3devstackvm2:~/devstack$ nova floating-ip-list
+--------------+--------------------------------------+----------+------+
| Ip | Instance Id | Fixed Ip | Pool |
+--------------+--------------------------------------+----------+------+
| 172.24.4.227 | 411726dd-8a27-4638-89cc-decbfbae034d | 10.0.0.3 | nova |
+--------------+--------------------------------------+----------+------+
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1108975/+subscriptions