Merge "Fix incorrect sample of neutron port-update"

This commit is contained in:
Jenkins 2014-01-23 15:15:55 +00:00 committed by Gerrit Code Review
commit 9697df3355

View File

@ -1442,7 +1442,7 @@
<listitem> <listitem>
<para>Update a port adding <para>Update a port adding
allowed-address-pairs:</para> allowed-address-pairs:</para>
<screen><prompt>#</prompt> <userinput>neutron port-update &lt;subnet-uuid&gt; --allowed-address-pairs type=dict list=true mac_address=&lt;mac_address&gt;,ip_address=&lt;ip_cidr&gt;</userinput></screen> <screen><prompt>#</prompt> <userinput>neutron port-update &lt;port-uuid&gt; --allowed-address-pairs type=dict list=true mac_address=&lt;mac_address&gt;,ip_address=&lt;ip_cidr&gt;</userinput></screen>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
<note> <note>