Merge "Correct second network to be labeled as such"

This commit is contained in:
Jenkins 2014-05-06 18:45:31 +00:00 committed by Gerrit Code Review
commit 7469b6767d

View File

@ -665,7 +665,7 @@ iface eth1 inet dhcp</programlisting>
interfaces by using the
<literal>--nic</literal> flag when
invoking the <literal>nova</literal> command:
<screen><prompt>$</prompt> <userinput>nova boot --image ed8b2a37-5535-4a5f-a615-443513036d71 --flavor 1 --nic net-id= &lt;id of first network&gt; --nic net-id= &lt;id of first network&gt; test-vm1</userinput></screen>
<screen><prompt>$</prompt> <userinput>nova boot --image ed8b2a37-5535-4a5f-a615-443513036d71 --flavor 1 --nic net-id= &lt;id of first network&gt; --nic net-id= &lt;id of second network&gt; test-vm1</userinput></screen>
</para>
</note>
</section>