Correction in quickstart.

"magnum cluster-list" command in quickstart guide was having old sample.
Now as some changes are made in magnum to contain extra field, therefore
quickstart guide has been changed.

Change-Id: I9fef6a2f3cf181bf215d9001492781ece02a3d11
Closes-Bug: #1618827
This commit is contained in:
2172869000074 2016-08-31 16:31:18 +05:30
parent a48432f5f4
commit a3d514dcca
1 changed files with 5 additions and 5 deletions

View File

@ -245,11 +245,11 @@ The existing clusters can be listed as follows::
magnum cluster-list
+--------------------------------------+-------------+------------+-----------------+
| uuid | name | node_count | status |
+--------------------------------------+-------------+------------+-----------------+
| 9dccb1e6-02dc-4e2b-b897-10656c5339ce | k8s-cluster | 1 | CREATE_COMPLETE |
+--------------------------------------+-------------+------------+-----------------+
+--------------------------------------+-------------+------------+--------------+-----------------+
| uuid | name | node_count | master_count | status |
+--------------------------------------+-------------+------------+--------------------------------+
| 9dccb1e6-02dc-4e2b-b897-10656c5339ce | k8s-cluster | 1 | 1 | CREATE_COMPLETE |
+--------------------------------------+-------------+------------+--------------+-----------------+
More detailed information for a given cluster is obtained via::