[Openstack-operators] Missing network information on Newton?
Marcus Furlong
furlongm at gmail.com
Thu Nov 10 00:33:14 UTC 2016
Hi,
Just wondering if this is a regression or not. I've looked through the
release notes, and searched for bugs, but can't find any mention.
Running `nova show` on Newton seems to only display a single IP
address, even though there is a floating IP address associated:
+--------------------------------------+---------------------------------------------------------------+
| Property | Value
|
+--------------------------------------+---------------------------------------------------------------+
| OS-DCF:diskConfig | AUTO
|
| OS-EXT-AZ:availability_zone | nova
|
| OS-EXT-SRV-ATTR:host | c22
|
| OS-EXT-SRV-ATTR:hypervisor_hostname | c22
|
| OS-EXT-SRV-ATTR:instance_name | instance-00000600
|
| OS-EXT-STS:power_state | 1
|
| OS-EXT-STS:task_state | -
|
| OS-EXT-STS:vm_state | active
|
| OS-SRV-USG:launched_at | 2016-11-10T00:01:14.000000
|
| OS-SRV-USG:terminated_at | -
|
| accessIPv4 |
|
| accessIPv6 |
|
| config_drive |
|
| created | 2016-11-10T00:01:07Z
|
| flavor | m2.tiny
(c4159b1a-b353-4a15-a0ea-52089e1855bb) |
| hostId |
50a195c283d646bd647e9121769f978e555b7adc1b1546f873cbbc97 |
| id |
11c8902f-16dc-4ada-a395-cdd12ae2cbdd |
| image | Centos-7-x86_64
(058bb174-2acc-4c12-9f8f-aacda75c613b) |
| key_name | furlongm
|
| metadata | {}
|
| name | test
|
| os-extended-volumes:volumes_attached | []
|
| progress | 0
|
| security_groups | default, https_http_ssh
|
| status | ACTIVE
|
| tenant_id |
c28b5ab2b12e441db4798c74bd1141bf |
| test-net network | 10.0.0.10
|
| updated | 2016-11-10T00:01:14Z
|
| user_id |
7b38a5bad6c14214929fe928db460914 |
+--------------------------------------+---------------------------------------------------------------+
On a Mitaka system, I get two IP addresses, including the floating IP address:
+--------------------------------------+-------------------------------------------------------------------+
| Property | Value
|
+--------------------------------------+-------------------------------------------------------------------+
| OS-DCF:diskConfig | MANUAL
|
| OS-EXT-AZ:availability_zone | nova
|
| OS-EXT-SRV-ATTR:host | n02
|
| OS-EXT-SRV-ATTR:hypervisor_hostname | n02
|
| OS-EXT-SRV-ATTR:instance_name | instance-00000009
|
| OS-EXT-STS:power_state | 1
|
| OS-EXT-STS:task_state | -
|
| OS-EXT-STS:vm_state | active
|
| OS-SRV-USG:launched_at | 2016-08-09T05:58:18.000000
|
| OS-SRV-USG:terminated_at | -
|
| accessIPv4 |
|
| accessIPv6 |
|
| config_drive |
|
| created | 2016-08-09T05:58:10Z
|
| flavor | m1.small (2)
|
| hostId |
4d6cf5a7f75fca65b035586527d387c343db27e9614d00a415d84435 |
| id |
98e5f72a-e8e6-48c3-bfc2-f6536307a431 |
| image | Ubuntu-16.04-x86_64
(53da5182-79b7-4b54-8997-82eabd6644bb) |
| key_name | furlongm
|
| metadata | {}
|
| name | test
|
| os-extended-volumes:volumes_attached | []
|
| progress | 0
|
| security_groups | default
|
| status | ACTIVE
|
| tenant_id |
723f40b70b8e4b06923c46a7cfc6de27 |
| updated | 2016-08-09T06:09:56Z
|
| user_id |
80811a40eef34725b3bcb3632f91c38a |
| vxlan-test network | 10.1.1.22, 180.148.27.214
|
+--------------------------------------+-------------------------------------------------------------------+
Horizon shows both IP addresses correctly.
Has anyone else seen this? Is this the expected behaviour?
Cheers,
Marcus.
--
Marcus Furlong
More information about the OpenStack-operators
mailing list