From e6472893f2e27cff4afb150dd963360be8015888 Mon Sep 17 00:00:00 2001 From: Olena Logvinova Date: Thu, 21 Jul 2016 14:48:00 +0300 Subject: [PATCH] [docs] [User Guide] Edit the table output This patch amends the table output to look nicer in the online version of the guide. Change-Id: I39c6ac7399ccc10b44cb50ae7481a9fdb1c8a417 --- docs/user_guide/verification.rst | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/docs/user_guide/verification.rst b/docs/user_guide/verification.rst index afb9660..ace2788 100644 --- a/docs/user_guide/verification.rst +++ b/docs/user_guide/verification.rst @@ -7,14 +7,23 @@ following verification steps: #. Log in to a controller node. #. Verify whether the DVS agent is available in the list of Neutron agents: +#. Verify whether the DVS agent is present in the list of Neutron agents and + is ready for use: + + * The ``alive`` column should contain the ``:-)`` value. + * The ``admin_state_up`` column should contain the ``True`` value. + .. code-block:: console $ neutron agent-list - +----+-----------+-----------+-----------------+------+---------------+-----------------+ - |id |agent_type |host |availability_zone|alive |admin_state_up |binary | - +----+-----------+-----------+-----------------+----------------------+-----------------+ - |... |DVS agent |vcenter-sn2| |:-) |True |neutron-dvs-agent| - +----+-----------+-----------+-----------------+------+---------------+-----------------+ + +----+-----------+-----------+------+---------------+-----------------+ + |id |agent_type |host |alive |admin_state_up |binary | + +----+-----------+-----------+----------------------+-----------------+ + |... |DVS agent |vcenter-sn2|:-) |True |neutron-dvs-agent| + +----+-----------+-----------+------+---------------+-----------------+ + + .. note:: In the example above, the ``availability_zone`` column was + removed from the output of the :command:`neutron agent-list` command. #. Log in to the Fuel web UI. #. Click the :guilabel:`Health Check` tab.