Removed "--port_security_enabled=False" in OPNFV-NATIVE-SETUP-7 03/20103/1 colorado.1.0
authorBin Hu <bh526r@att.com>
Thu, 1 Sep 2016 05:19:06 +0000 (22:19 -0700)
committerBin Hu <bh526r@att.com>
Thu, 1 Sep 2016 05:21:56 +0000 (05:21 +0000)
Change-Id: I14a261d08e5dff549ced9a76da5a5e4b226f8589
Signed-off-by: Bin Hu <bh526r@att.com>
(cherry picked from commit 9b751255b1deb8af02ee21ff89dcbbe763b57237)

docs/configurationguide/featureconfig.rst
docs/configurationguide/index.rst
docs/installationprocedure/feature.configuration.rst

index f721a5b..7e9f91a 100644 (file)
@@ -305,8 +305,8 @@ network that installer creates when you create the subnet. For example:
 
 .. code-block:: bash
 
-    neutron net-create --port_security_enabled=False ipv4-int-network1
-    neutron net-create --port_security_enabled=False ipv6-int-network2
+    neutron net-create ipv4-int-network1
+    neutron net-create ipv6-int-network2
 
 **OPNFV-NATIVE-SETUP-8**: Create IPv4 subnet ``ipv4-int-subnet1`` in the internal network
 ``ipv4-int-network1``, and associate it to ``ipv4-router``.
index c3d7ed3..a53bcd9 100644 (file)
@@ -305,8 +305,8 @@ network that installer creates when you create the subnet. For example:
 
 .. code-block:: bash
 
-    neutron net-create --port_security_enabled=False ipv4-int-network1
-    neutron net-create --port_security_enabled=False ipv6-int-network2
+    neutron net-create ipv4-int-network1
+    neutron net-create ipv6-int-network2
 
 **OPNFV-NATIVE-SETUP-8**: Create IPv4 subnet ``ipv4-int-subnet1`` in the internal network
 ``ipv4-int-network1``, and associate it to ``ipv4-router``.
index c3d7ed3..a53bcd9 100644 (file)
@@ -305,8 +305,8 @@ network that installer creates when you create the subnet. For example:
 
 .. code-block:: bash
 
-    neutron net-create --port_security_enabled=False ipv4-int-network1
-    neutron net-create --port_security_enabled=False ipv6-int-network2
+    neutron net-create ipv4-int-network1
+    neutron net-create ipv6-int-network2
 
 **OPNFV-NATIVE-SETUP-8**: Create IPv4 subnet ``ipv4-int-subnet1`` in the internal network
 ``ipv4-int-network1``, and associate it to ``ipv4-router``.