cleanup lab003-compute-node

corrected spelling Open vSwitch
added parenthasis
added the before previous section

Change-Id: If09f59e44d087af196d9f8bf4a45b1406ac1c53b
This commit is contained in:
Shilla Saebi 2014-02-19 15:40:40 -05:00
parent c2568b9f17
commit ba9884e877

View File

@ -29,8 +29,8 @@
used by virtual box VMs for OpenStack networks, so that
OpenStacks services can communicate with each other.</para>
<para><guilabel>Compute Node</guilabel></para>
<para>Start your Controller Node the one you setup in previous
section.</para>
<para>Start your Controller Node (the one you setup in the previous
section).</para>
<para><emphasis role="bold">Preparing Ubuntu 12.04</emphasis></para>
<itemizedlist>
<listitem>
@ -136,7 +136,7 @@ auth_tcp = "none"</programlisting></para>
<para><emphasis role="bold">Neutron and OVS</emphasis></para>
<itemizedlist>
<listitem>
<para>Install OpenVSwitch</para>
<para>Install Open vSwitch</para>
<screen><prompt>#</prompt> <userinput>apt-get install -y openvswitch-switch openvswitch-datapath-dkms</userinput></screen>
</listitem>
<listitem>
@ -147,7 +147,7 @@ auth_tcp = "none"</programlisting></para>
</listitem>
<listitem>
<para>Neutron</para>
<para>Install the Neutron openvswitch agent:</para>
<para>Install the Neutron Open vSwitch agent:</para>
<para>
<screen><prompt>#</prompt> <userinput>apt-get -y install neutron-plugin-openvswitch-agent</userinput></screen>
</para>