Update outputs of neutron commands when creating initial networks
Change-Id: Ibbc75adeedafacc2f524c95f5d87e149b9b548da
This commit is contained in:
@@ -140,17 +140,18 @@
|
||||
<para>Create the network:</para>
|
||||
<screen><prompt>$</prompt> <userinput>neutron net-create demo-net</userinput>
|
||||
<computeroutput>Created a new network:
|
||||
+----------------+--------------------------------------+
|
||||
| Field | Value |
|
||||
+----------------+--------------------------------------+
|
||||
| admin_state_up | True |
|
||||
| id | ac108952-6096-4243-adf4-bb6615b3de28 |
|
||||
| name | demo-net |
|
||||
| shared | False |
|
||||
| status | ACTIVE |
|
||||
| subnets | |
|
||||
| tenant_id | cdef0071a0194d19ac6bb63802dc9bae |
|
||||
+----------------+--------------------------------------+</computeroutput></screen>
|
||||
+-----------------+--------------------------------------+
|
||||
| Field | Value |
|
||||
+-----------------+--------------------------------------+
|
||||
| admin_state_up | True |
|
||||
| id | ac108952-6096-4243-adf4-bb6615b3de28 |
|
||||
| name | demo-net |
|
||||
| router:external | False |
|
||||
| shared | False |
|
||||
| status | ACTIVE |
|
||||
| subnets | |
|
||||
| tenant_id | cdef0071a0194d19ac6bb63802dc9bae |
|
||||
+-----------------+--------------------------------------+</computeroutput></screen>
|
||||
</step>
|
||||
</procedure>
|
||||
<para>Like the external network, your tenant network also requires
|
||||
@@ -209,6 +210,7 @@
|
||||
| external_gateway_info | |
|
||||
| id | 635660ae-a254-4feb-8993-295aa9ec6418 |
|
||||
| name | demo-router |
|
||||
| routes | |
|
||||
| status | ACTIVE |
|
||||
| tenant_id | cdef0071a0194d19ac6bb63802dc9bae |
|
||||
+-----------------------+--------------------------------------+</computeroutput></screen>
|
||||
|
||||
Reference in New Issue
Block a user