Remove erroneous '--' from neutron net-create
As reported by George Shuklin, the neutron net-create command in the OVS install instructions had an erroneous double-hyphen. Presumably, this was a copy/paste error and this patch removes it. Change-Id: I30a1c8a5329afb90c48653e117daf38de9fdb0ea Closes-Bug: 1267043
This commit is contained in:
parent
b4d46442f6
commit
9f22346318
@ -1576,7 +1576,7 @@ network_vlan_ranges = physnet1:1:4094</programlisting>
|
||||
might be assigned to VMs so that the external network can
|
||||
contact them. Neutron routes the traffic
|
||||
appropriately.</para>
|
||||
<screen><prompt>#</prompt> <userinput>neutron net-create ext-net -- --router:external=True <replaceable>SPECIAL_OPTIONS</replaceable></userinput></screen>
|
||||
<screen><prompt>#</prompt> <userinput>neutron net-create ext-net --router:external=True <replaceable>SPECIAL_OPTIONS</replaceable></userinput></screen>
|
||||
</step>
|
||||
<step>
|
||||
<para>Create the associated subnet with the same gateway and
|
||||
|
Loading…
Reference in New Issue
Block a user