Correct second network to be labeled as such

Change-Id: I9cbce119cfd1604c6f63543e4037433d27c48c88
Closes-bug: 1316408
This commit is contained in:
Aaron Rosen
2014-05-05 22:09:35 -07:00
parent 6ad68cfa97
commit 4be1531825

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>