From c90d57b92871ef6b0d176a37b32c914d9896ac1d Mon Sep 17 00:00:00 2001 From: chenxing Date: Mon, 24 Oct 2016 13:46:07 +0000 Subject: [PATCH] [install] Correct and revise the command outputs Change-Id: Iae24fc10dd4ddd0cb145297e3a2ab4c9f3c1f99e Closes-Bug: #1636212 --- .../source/launch-instance-provider.rst | 14 ++++++++------ .../source/launch-instance-selfservice.rst | 9 ++++----- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/doc/install-guide/source/launch-instance-provider.rst b/doc/install-guide/source/launch-instance-provider.rst index 10b0d9305d..c023731049 100644 --- a/doc/install-guide/source/launch-instance-provider.rst +++ b/doc/install-guide/source/launch-instance-provider.rst @@ -44,6 +44,7 @@ name, network, security group, key, and instance name. .. code-block:: console $ openstack image list + +--------------------------------------+--------+--------+ | ID | Name | Status | +--------------------------------------+--------+--------+ @@ -59,6 +60,7 @@ name, network, security group, key, and instance name. .. code-block:: console $ openstack network list + +--------------------------------------+--------------+--------------------------------------+ | ID | Name | Subnets | +--------------------------------------+--------------+--------------------------------------+ @@ -81,6 +83,7 @@ name, network, security group, key, and instance name. .. code-block:: console $ openstack security group list + +--------------------------------------+---------+------------------------+----------------------------------+ | ID | Name | Description | Project | +--------------------------------------+---------+------------------------+----------------------------------+ @@ -150,11 +153,11 @@ Launch the instance $ openstack server list - +--------------------------------------+-------------------+--------+---------------------------------+------------+ - | ID | Name | Status | Networks | Image Name | - +--------------------------------------+-------------------+--------+---------------------------------+------------+ - | 181c52ba-aebc-4c32-a97d-2e8e82e4eaaf | provider-instance | ACTIVE | provider=203.0.113.103 | cirros | - +--------------------------------------+-------------------+--------+---------------------------------+------------+ + +--------------------------------------+-------------------+--------+------------------------+------------+ + | ID | Name | Status | Networks | Image Name | + +--------------------------------------+-------------------+--------+------------------------+------------+ + | 181c52ba-aebc-4c32-a97d-2e8e82e4eaaf | provider-instance | ACTIVE | provider=203.0.113.103 | cirros | + +--------------------------------------+-------------------+--------+------------------------+------------+ .. 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. 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. - $ .. end diff --git a/doc/install-guide/source/launch-instance-selfservice.rst b/doc/install-guide/source/launch-instance-selfservice.rst index 0f1c7899df..b0a49a864d 100644 --- a/doc/install-guide/source/launch-instance-selfservice.rst +++ b/doc/install-guide/source/launch-instance-selfservice.rst @@ -140,12 +140,12 @@ name, network, security group, key, and instance name. $ openstack server list - +--------------------------------------+----------------------+--------+---------------------------------+ - | ID | Name | Status | Networks | - +--------------------------------------+----------------------+--------+---------------------------------+ + +--------------------------------------+----------------------+--------+------------------------+ + | ID | Name | Status | Networks | + +--------------------------------------+----------------------+--------+------------------------+ | 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 | - +--------------------------------------+----------------------+--------+---------------------------------+ + +--------------------------------------+----------------------+--------+------------------------+ .. 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. 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. - $ .. end