[install] Correct and revise the command outputs

Change-Id: Iae24fc10dd4ddd0cb145297e3a2ab4c9f3c1f99e
Closes-Bug: #1636212
This commit is contained in:
chenxing 2016-10-24 13:46:07 +00:00 committed by KATO Tomoyuki
parent 91210226a0
commit c90d57b928
2 changed files with 12 additions and 11 deletions

View File

@ -44,6 +44,7 @@ name, network, security group, key, and instance name.
.. code-block:: console .. code-block:: console
$ openstack image list $ openstack image list
+--------------------------------------+--------+--------+ +--------------------------------------+--------+--------+
| ID | Name | Status | | ID | Name | Status |
+--------------------------------------+--------+--------+ +--------------------------------------+--------+--------+
@ -59,6 +60,7 @@ name, network, security group, key, and instance name.
.. code-block:: console .. code-block:: console
$ openstack network list $ openstack network list
+--------------------------------------+--------------+--------------------------------------+ +--------------------------------------+--------------+--------------------------------------+
| ID | Name | Subnets | | ID | Name | Subnets |
+--------------------------------------+--------------+--------------------------------------+ +--------------------------------------+--------------+--------------------------------------+
@ -81,6 +83,7 @@ name, network, security group, key, and instance name.
.. code-block:: console .. code-block:: console
$ openstack security group list $ openstack security group list
+--------------------------------------+---------+------------------------+----------------------------------+ +--------------------------------------+---------+------------------------+----------------------------------+
| ID | Name | Description | Project | | ID | Name | Description | Project |
+--------------------------------------+---------+------------------------+----------------------------------+ +--------------------------------------+---------+------------------------+----------------------------------+
@ -150,11 +153,11 @@ Launch the instance
$ openstack server list $ openstack server list
+--------------------------------------+-------------------+--------+---------------------------------+------------+ +--------------------------------------+-------------------+--------+------------------------+------------+
| ID | Name | Status | Networks | Image Name | | ID | Name | Status | Networks | Image Name |
+--------------------------------------+-------------------+--------+---------------------------------+------------+ +--------------------------------------+-------------------+--------+------------------------+------------+
| 181c52ba-aebc-4c32-a97d-2e8e82e4eaaf | provider-instance | ACTIVE | provider=203.0.113.103 | cirros | | 181c52ba-aebc-4c32-a97d-2e8e82e4eaaf | provider-instance | ACTIVE | provider=203.0.113.103 | cirros |
+--------------------------------------+-------------------+--------+---------------------------------+------------+ +--------------------------------------+-------------------+--------+------------------------+------------+
.. end .. end
@ -260,7 +263,6 @@ Access the instance remotely
RSA key fingerprint is ed:05:e9:e7:52:a0:ff:83:68:94:c7:d1:f2:f8:e2:e9. RSA key fingerprint is ed:05:e9:e7:52:a0:ff:83:68:94:c7:d1:f2:f8:e2:e9.
Are you sure you want to continue connecting (yes/no)? yes Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '203.0.113.102' (RSA) to the list of known hosts. Warning: Permanently added '203.0.113.102' (RSA) to the list of known hosts.
$
.. end .. end

View File

@ -140,12 +140,12 @@ name, network, security group, key, and instance name.
$ openstack server list $ openstack server list
+--------------------------------------+----------------------+--------+---------------------------------+ +--------------------------------------+----------------------+--------+------------------------+
| ID | Name | Status | Networks | | ID | Name | Status | Networks |
+--------------------------------------+----------------------+--------+---------------------------------+ +--------------------------------------+----------------------+--------+------------------------+
| 113c5892-e58e-4093-88c7-e33f502eaaa4 | selfservice-instance | ACTIVE | selfservice=172.16.1.3 | | 113c5892-e58e-4093-88c7-e33f502eaaa4 | selfservice-instance | ACTIVE | selfservice=172.16.1.3 |
| 181c52ba-aebc-4c32-a97d-2e8e82e4eaaf | provider-instance | ACTIVE | provider=203.0.113.103 | | 181c52ba-aebc-4c32-a97d-2e8e82e4eaaf | provider-instance | ACTIVE | provider=203.0.113.103 |
+--------------------------------------+----------------------+--------+---------------------------------+ +--------------------------------------+----------------------+--------+------------------------+
.. end .. end
@ -296,7 +296,6 @@ Access the instance remotely
RSA key fingerprint is ed:05:e9:e7:52:a0:ff:83:68:94:c7:d1:f2:f8:e2:e9. RSA key fingerprint is ed:05:e9:e7:52:a0:ff:83:68:94:c7:d1:f2:f8:e2:e9.
Are you sure you want to continue connecting (yes/no)? yes Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '203.0.113.104' (RSA) to the list of known hosts. Warning: Permanently added '203.0.113.104' (RSA) to the list of known hosts.
$
.. end .. end