Fix verify document service list output error

Service list not support display 'Created At' in this patch.
https://review.openstack.org/#/c/544161/

Service list was support display 'Availability Zone' in this
patch.
https://review.openstack.org/#/c/543261/

Change-Id: Ia9fc46c4086549f102c8ca4d938285a00765ad6a
Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
This commit is contained in:
Yuanbin.Chen 2018-04-19 10:37:03 +08:00
parent 96d6b8d8ee
commit c237396495

View File

@ -27,8 +27,8 @@ Verify operation of the Container service.
.. code-block:: console .. code-block:: console
$ openstack appcontainer service list $ openstack appcontainer service list
+----+-----------------------+-------------+-------+----------+-----------------+---------------------------+---------------------------+ +----+-----------------------+-------------+-------+----------+-----------------+---------------------------+--------------------+
| Id | Host | Binary | State | Disabled | Disabled Reason | Created At | Updated At | | Id | Host | Binary | State | Disabled | Disabled Reason | Updated At | Availability Zone |
+----+-----------------------+-------------+-------+----------+-----------------+---------------------------+---------------------------+ +----+-----------------------+-------------+-------+----------+-----------------+---------------------------+--------------------+
| 1 | localhost.localdomain | zun-compute | up | False | None | 2017-09-13 14:15:40+00:00 | 2017-09-16 22:28:47+00:00 | | 1 | localhost.localdomain | zun-compute | up | False | None | 2018-03-13 14:15:40+00:00 | nova |
+----+-----------------------+-------------+-------+----------+-----------------+---------------------------+---------------------------+ +----+-----------------------+-------------+-------+----------+-----------------+---------------------------+--------------------+