From c237396495ecf00bac0601e9ac0beb86e719e18f Mon Sep 17 00:00:00 2001 From: "Yuanbin.Chen" Date: Thu, 19 Apr 2018 10:37:03 +0800 Subject: [PATCH] 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 --- doc/source/install/verify.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/install/verify.rst b/doc/source/install/verify.rst index 3c273cf2a..e8315a536 100644 --- a/doc/source/install/verify.rst +++ b/doc/source/install/verify.rst @@ -27,8 +27,8 @@ Verify operation of the Container service. .. code-block:: console $ openstack appcontainer service list - +----+-----------------------+-------------+-------+----------+-----------------+---------------------------+---------------------------+ - | Id | Host | Binary | State | Disabled | Disabled Reason | Created At | Updated At | - +----+-----------------------+-------------+-------+----------+-----------------+---------------------------+---------------------------+ - | 1 | localhost.localdomain | zun-compute | up | False | None | 2017-09-13 14:15:40+00:00 | 2017-09-16 22:28:47+00:00 | - +----+-----------------------+-------------+-------+----------+-----------------+---------------------------+---------------------------+ + +----+-----------------------+-------------+-------+----------+-----------------+---------------------------+--------------------+ + | Id | Host | Binary | State | Disabled | Disabled Reason | Updated At | Availability Zone | + +----+-----------------------+-------------+-------+----------+-----------------+---------------------------+--------------------+ + | 1 | localhost.localdomain | zun-compute | up | False | None | 2018-03-13 14:15:40+00:00 | nova | + +----+-----------------------+-------------+-------+----------+-----------------+---------------------------+--------------------+