Comment 20 for bug 1425808

Revision history for this message
Matt Jarvis (matt-jarvis) wrote :

@hmlanigan I suspect from a brief look at the code that this may also be availability zone related, although I haven't had a chance to dig into it

matt@frankenpad:~/openstack$ neutron availability-zone-list
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
404 Not Found

The resource could not be found.

Neutron server returns request_ids: ['req-c12d2048-83d9-4ffa-8261-1269c6a8beac']

matt@frankenpad:~/openstack$ neutron net-external-list
neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead.
+--------------------------------------+----------+---------------------------------------+
| id | name | subnets |
+--------------------------------------+----------+---------------------------------------+
| 6751cb30-0aef-4d7e-94c3-ee2a09e705eb | external | 2af591ca-48ac-42b7-afc6-e691b3aa4c8a |
| | | b839c2c8-94b9-4445-858d-1800b5fe3bbb |
| | | e71eb7f6-400b-4d1f-a65b-9315ade67fe7 |
+--------------------------------------+----------+---------------------------------------+

There is definitely an external network there as you can see.