Fix misleading guidance for Neutron external network

External networks shouldn't be "shared"

Change-Id: I7511e2f956c219ab2155ca44023bdc6754400828
Closes-bug: #1405403
This commit is contained in:
Yair Fried
2014-12-24 16:24:31 +02:00
parent 5cf2cbc3ca
commit b9db6828ff

View File

@@ -38,8 +38,7 @@
using a <glossterm>floating IP address</glossterm> and suitable using a <glossterm>floating IP address</glossterm> and suitable
<glossterm>security group</glossterm> rules. The <literal>admin</literal> <glossterm>security group</glossterm> rules. The <literal>admin</literal>
tenant owns this network because it provides external network tenant owns this network because it provides external network
access for multiple tenants. You must also enable sharing to allow access for multiple tenants.</para>
access by those tenants.</para>
<note> <note>
<para>Perform these commands on the controller node.</para> <para>Perform these commands on the controller node.</para>
</note> </note>
@@ -52,7 +51,7 @@
</step> </step>
<step> <step>
<para>Create the network:</para> <para>Create the network:</para>
<screen><prompt>$</prompt> <userinput>neutron net-create ext-net --shared --router:external True \ <screen><prompt>$</prompt> <userinput>neutron net-create ext-net --router:external True \
--provider:physical_network external --provider:network_type flat</userinput> --provider:physical_network external --provider:network_type flat</userinput>
<computeroutput>Created a new network: <computeroutput>Created a new network:
+---------------------------+--------------------------------------+ +---------------------------+--------------------------------------+
@@ -65,7 +64,7 @@
| provider:physical_network | external | | provider:physical_network | external |
| provider:segmentation_id | | | provider:segmentation_id | |
| router:external | True | | router:external | True |
| shared | True | | shared | False |
| status | ACTIVE | | status | ACTIVE |
| subnets | | | subnets | |
| tenant_id | 54cd044c64d5408b83f843d63624e0d8 | | tenant_id | 54cd044c64d5408b83f843d63624e0d8 |