Update 'openstack catalog list' command output

Change-Id: Iaa14e67e73be4be0bf99e20fd59714d4e8844b27
This commit is contained in:
Brian Moss 2017-02-09 16:15:06 +10:00
parent 708e3575c8
commit 60db00d59b
1 changed files with 25 additions and 19 deletions

View File

@ -50,25 +50,31 @@ Verify operation of the Compute service.
.. code-block:: console
$ openstack catalog list
+---------------+---------------+---------------------------------------------------------------------------------+
| Name | Type | Endpoints |
+---------------+---------------+---------------------------------------------------------------------------------+
| nova | compute | RegionOne |
| | | publicURL: http://controller:8774/v2/ae7a98326b9c455588edd2656d723b9d |
| | | internalURL: http://controller:8774/v2/ae7a98326b9c455588edd2656d723b9d |
| | | adminURL: http://controller:8774/v2/ae7a98326b9c455588edd2656d723b9d |
| | | |
| glance | image | RegionOne |
| | | publicURL: http://controller:9292 |
| | | internalURL: http://controller:9292 |
| | | adminURL: http://controller:9292 |
| | | |
| keystone | identity | RegionOne |
| | | publicURL: http://controller:5000/v2.0 |
| | | internalURL: http://controller:5000/v2.0 |
| | | adminURL: http://controller:35357/v2.0 |
| | | |
+---------------+---------------+---------------------------------------------------------------------------------+
+----------+----------+--------------------------------------------------------------------------+
| Name | Type | Endpoints |
+----------+----------+--------------------------------------------------------------------------+
| keystone | identity | RegionOne |
| | | public: http://controller:5000/v3/ |
| | | RegionOne |
| | | internal: http://controller:5000/v3/ |
| | | RegionOne |
| | | admin: http://controller:35357/v3/ |
| | | |
| glance | image | RegionOne |
| | | admin: http://controller:9292 |
| | | RegionOne |
| | | public: http://controller:9292 |
| | | RegionOne |
| | | internal: http://controller:9292 |
| | | |
| nova | compute | RegionOne |
| | | admin: http://controller:8774/v2.1/3825a95e0e7f4e2fbfdbd65cc836ecfb |
| | | RegionOne |
| | | internal: http://controller:8774/v2.1/3825a95e0e7f4e2fbfdbd65cc836ecfb |
| | | RegionOne |
| | | public: http://controller:8774/v2.1/3825a95e0e7f4e2fbfdbd65cc836ecfb |
| | | |
+----------+----------+--------------------------------------------------------------------------+
.. note::