Merge "Correction in quickstart."

This commit is contained in:
Jenkins 2016-09-06 21:11:48 +00:00 committed by Gerrit Code Review
commit 68463dd005
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::