Merge "[install-guide] fix output of "neutron agent-list" in "Verify operation" section"

This commit is contained in:
Jenkins 2015-02-24 16:46:47 +00:00 committed by Gerrit Code Review
commit 042d11ab4e

@ -338,12 +338,12 @@ admin_password = <replaceable>NEUTRON_PASS</replaceable></programlisting>
<para>List agents to verify successful launch of the
neutron agents:</para>
<screen><prompt>$</prompt> <userinput>neutron agent-list</userinput>
<computeroutput>+--------------------------------------+--------------------+---------+-------+----------------+---------------------------+
| id | agent_type | host | alive | admin_state_up | binary |
+--------------------------------------+--------------------+---------+-------+----------------+---------------------------+
<computeroutput>+--------------------------------------+--------------------+----------+-------+----------------+---------------------------+
| id | agent_type | host | alive | admin_state_up | binary |
+--------------------------------------+--------------------+----------+-------+----------------+---------------------------+
...
| a5a49051-05eb-4b4f-bfc7-d36235fe9131 | Open vSwitch agent | compute1 | :-) | True | neutron-openvswitch-agent |
+--------------------------------------+--------------------+---------+-------+----------------+---------------------------+</computeroutput></screen>
+--------------------------------------+--------------------+----------+-------+----------------+---------------------------+</computeroutput></screen>
</step>
</procedure>
</section>