Update service-list output in quickstart

Update sample output of "magnum service-list" in quickstart guide
to show detailed information.

Change-Id: Ia1a889d58f101fdaa58d7fd7f03cbefd0a142ab3
Closes-Bug: #1618817
Related-bug: #1607234
This commit is contained in:
Rajiv Kumar 2016-08-31 15:59:06 +05:30 committed by Spyros Trigazis
parent a48432f5f4
commit 298f3a30b0
1 changed files with 5 additions and 5 deletions

View File

@ -197,11 +197,11 @@ use::
magnum service-list
+----+------------------------------------+------------------+-------+
| id | host | binary | state |
+----+------------------------------------+------------------+-------+
| 1 | oxy-dev.hq1-0a5a3c02.hq1.abcde.com | magnum-conductor | up |
+----+------------------------------------+------------------+-------+
+----+---------------------------------------+------------------+-------+----------+-----------------+---------------------------+---------------------------+
| id | host | binary | state | disabled | disabled_reason | created_at | updated_at |
+----+---------------------------------------+------------------+-------+----------+-----------------+---------------------------+---------------------------+
| 1 | oxy-dev.hq1-0a5a3c02.hq1.abcde.com | magnum-conductor | up | | - | 2016-08-31T10:03:36+00:00 | 2016-08-31T10:11:41+00:00 |
+----+---------------------------------------+------------------+-------+----------+-----------------+---------------------------+---------------------------+
Create a keypair for use with the ClusterTemplate::