From 7210767271ca77445eb498d3217f965bf6738e1c Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Fri, 4 Nov 2016 23:49:07 +0900 Subject: [PATCH] [install] remove checkniceness workaronud Change-Id: I3fa161840ae2249bc37022b6e41fda08e845b5d0 --- .../source/neutron-verify-option1.rst | 34 ++++++++---------- .../source/neutron-verify-option2.rst | 36 ++++++++----------- 2 files changed, 29 insertions(+), 41 deletions(-) diff --git a/doc/install-guide/source/neutron-verify-option1.rst b/doc/install-guide/source/neutron-verify-option1.rst index bdf7f5e12f..cd6a74375d 100644 --- a/doc/install-guide/source/neutron-verify-option1.rst +++ b/doc/install-guide/source/neutron-verify-option1.rst @@ -1,28 +1,22 @@ Networking Option 1: Provider networks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. todo: +* List agents to verify successful launch of the neutron agents: - Cannot use bulleted list here due to the following bug: + .. code-block:: console - https://bugs.launchpad.net/openstack-manuals/+bug/1515377 + $ openstack network agent list -List agents to verify successful launch of the neutron agents: + +--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+ + | ID | Agent Type | Host | Availability Zone | Alive | State | Binary | + +--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+ + | 0400c2f6-4d3b-44bc-89fa-99093432f3bf | Metadata agent | controller | None | True | UP | neutron-metadata-agent | + | 83cf853d-a2f2-450a-99d7-e9c6fc08f4c3 | DHCP agent | controller | nova | True | UP | neutron-dhcp-agent | + | ec302e51-6101-43cf-9f19-88a78613cbee | Linux bridge agent | compute | None | True | UP | neutron-linuxbridge-agent | + | fcb9bc6e-22b1-43bc-9054-272dd517d025 | Linux bridge agent | controller | None | True | UP | neutron-linuxbridge-agent | + +--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+ -.. code-block:: console + .. end - $ openstack network agent list - - +--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+ - | ID | Agent Type | Host | Availability Zone | Alive | State | Binary | - +--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+ - | 0400c2f6-4d3b-44bc-89fa-99093432f3bf | Metadata agent | controller | None | True | UP | neutron-metadata-agent | - | 83cf853d-a2f2-450a-99d7-e9c6fc08f4c3 | DHCP agent | controller | nova | True | UP | neutron-dhcp-agent | - | ec302e51-6101-43cf-9f19-88a78613cbee | Linux bridge agent | compute | None | True | UP | neutron-linuxbridge-agent | - | fcb9bc6e-22b1-43bc-9054-272dd517d025 | Linux bridge agent | controller | None | True | UP | neutron-linuxbridge-agent | - +--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+ - -.. end - -The output should indicate three agents on the controller node and one -agent on each compute node. + The output should indicate three agents on the controller node and one + agent on each compute node. diff --git a/doc/install-guide/source/neutron-verify-option2.rst b/doc/install-guide/source/neutron-verify-option2.rst index 7f18e6a1e7..37eb8f807e 100644 --- a/doc/install-guide/source/neutron-verify-option2.rst +++ b/doc/install-guide/source/neutron-verify-option2.rst @@ -1,29 +1,23 @@ Networking Option 2: Self-service networks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.. todo: +* List agents to verify successful launch of the neutron agents: - Cannot use bulleted list here due to the following bug: + .. code-block:: console - https://bugs.launchpad.net/openstack-manuals/+bug/1515377 + $ openstack network agent list -List agents to verify successful launch of the neutron agents: + +--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+ + | ID | Agent Type | Host | Availability Zone | Alive | State | Binary | + +--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+ + | f49a4b81-afd6-4b3d-b923-66c8f0517099 | Metadata agent | controller | None | True | UP | neutron-metadata-agent | + | 27eee952-a748-467b-bf71-941e89846a92 | Linux bridge agent | controller | None | True | UP | neutron-linuxbridge-agent | + | 08905043-5010-4b87-bba5-aedb1956e27a | Linux bridge agent | compute1 | None | True | UP | neutron-linuxbridge-agent | + | 830344ff-dc36-4956-84f4-067af667a0dc | L3 agent | controller | nova | True | UP | neutron-l3-agent | + | dd3644c9-1a3a-435a-9282-eb306b4b0391 | DHCP agent | controller | nova | True | UP | neutron-dhcp-agent | + +--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+ -.. code-block:: console + .. end - $ openstack network agent list - - +--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+ - | ID | Agent Type | Host | Availability Zone | Alive | State | Binary | - +--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+ - | f49a4b81-afd6-4b3d-b923-66c8f0517099 | Metadata agent | controller | None | True | UP | neutron-metadata-agent | - | 27eee952-a748-467b-bf71-941e89846a92 | Linux bridge agent | controller | None | True | UP | neutron-linuxbridge-agent | - | 08905043-5010-4b87-bba5-aedb1956e27a | Linux bridge agent | compute1 | None | True | UP | neutron-linuxbridge-agent | - | 830344ff-dc36-4956-84f4-067af667a0dc | L3 agent | controller | nova | True | UP | neutron-l3-agent | - | dd3644c9-1a3a-435a-9282-eb306b4b0391 | DHCP agent | controller | nova | True | UP | neutron-dhcp-agent | - +--------------------------------------+--------------------+------------+-------------------+-------+-------+---------------------------+ - -.. end - -The output should indicate four agents on the controller node and one -agent on each compute node. + The output should indicate four agents on the controller node and one + agent on each compute node.