Comment 1 for bug 1373423

Revision history for this message
ZhiQiang Fan (aji-zqfan) wrote :

I use devstack with very basic and default settings to test, after ./stack is succeeded, and type neutron --debug net-list, the result is:

RESP BODY: {"networks": [{"status": "ACTIVE", "subnets": ["ef020ffe-7a52-4b8f-82ff-1ab5422dac3f"], "name": "private", "provider:physical_network": null, "admin_state_up": true, "tenant_id": "b49f4e5efdef4d4b80ba1d7355107e88", "provider:network_type": "local", "router:external": false, "shared": false, "id": "40c878e4-3ef9-4eea-be67-31388a5ffbdf", "provider:segmentation_id": null}, {"status": "ACTIVE", "subnets": ["95a5157f-911b-415f-8f69-cc63279b7b10"], "name": "public", "provider:physical_network": null, "admin_state_up": true, "tenant_id": "c166203de9e14e77baf8b450c31a7c68", "provider:network_type": "local", "router:external": true, "shared": false, "id": "5f0836d9-e154-4937-969b-2eb26aa0e546", "provider:segmentation_id": null}]}

+--------------------------------------+---------+----------------------------------------------------+
| id | name | subnets |
+--------------------------------------+---------+----------------------------------------------------+
| 40c878e4-3ef9-4eea-be67-31388a5ffbdf | private | ef020ffe-7a52-4b8f-82ff-1ab5422dac3f 10.0.0.0/24 |
| 5f0836d9-e154-4937-969b-2eb26aa0e546 | public | 95a5157f-911b-415f-8f69-cc63279b7b10 172.24.4.0/24 |
+--------------------------------------+---------+----------------------------------------------------+