From 93bca061345533e08b7b6085dc063faaf1b79495 Mon Sep 17 00:00:00 2001 From: daz Date: Thu, 6 Oct 2016 17:04:41 +1100 Subject: [PATCH] [install guide] Update openstack client command outputs Updated openstack client command outputs Change-Id: If178481970fd719c7779c40af4e14b61594f6b0f --- .../source/launch-instance-provider.rst | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/install-guide/source/launch-instance-provider.rst b/doc/install-guide/source/launch-instance-provider.rst index a6a6a6f69a..877ee9e278 100644 --- a/doc/install-guide/source/launch-instance-provider.rst +++ b/doc/install-guide/source/launch-instance-provider.rst @@ -87,11 +87,11 @@ name, network, security group, key, and instance name. .. code-block:: console $ openstack security group list - +--------------------------------------+---------+------------------------+ - | ID | Name | Description | - +--------------------------------------+---------+------------------------+ - | dd2b614c-3dad-48ed-958b-b155a3b38515 | default | Default security group | - +--------------------------------------+---------+------------------------+ + +--------------------------------------+---------+------------------------+----------------------------------+ + | ID | Name | Description | Project | + +--------------------------------------+---------+------------------------+----------------------------------+ + | dd2b614c-3dad-48ed-958b-b155a3b38515 | default | Default security group | a516b957032844328896baa01e0f906c | + +--------------------------------------+---------+------------------------+----------------------------------+ .. end @@ -156,11 +156,11 @@ Launch the instance $ openstack server list - +--------------------------------------+-------------------+--------+---------------------------------+ - | ID | Name | Status | Networks | - +--------------------------------------+-------------------+--------+---------------------------------+ - | 181c52ba-aebc-4c32-a97d-2e8e82e4eaaf | provider-instance | ACTIVE | provider=203.0.113.103 | - +--------------------------------------+-------------------+--------+---------------------------------+ + +--------------------------------------+-------------------+--------+---------------------------------+------------+ + | ID | Name | Status | Networks | Image Name | + +--------------------------------------+-------------------+--------+---------------------------------+------------+ + | 181c52ba-aebc-4c32-a97d-2e8e82e4eaaf | provider-instance | ACTIVE | provider=203.0.113.103 | cirros | + +--------------------------------------+-------------------+--------+---------------------------------+------------+ .. end