[install-guide] fix output of "neutron agent-list" in "Verify operation" section
Change-Id: I0c43022351ab22201905d0a5d97aa8a2cb8344b7 Closes-bug: #1424567 Backport: Juno
This commit is contained in:
parent
c21285c303
commit
81d28a3ae4
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user