JIRA:IPVSIX-29 security group in scenario 3 57/9457/1
authorBin Hu <bh526r@att.com>
Sat, 6 Feb 2016 01:19:23 +0000 (17:19 -0800)
committerBin Hu <bh526r@att.com>
Sat, 6 Feb 2016 01:21:29 +0000 (01:21 +0000)
Change-Id: I25ebe0048d741d1a0077654f685e08cb61e9ca7c
Signed-off-by: Bin Hu <bh526r@att.com>
(cherry picked from commit 695d7daf9d08fae235a31e27246837c8c6ae51f2)

docs/setupservicevm/5-ipv6-configguide-scenario-1-native-os.rst
docs/setupservicevm/scenario-3-4-ipv6-configguide-servicevm.rst

index dc27d15..baa75b1 100644 (file)
@@ -1,3 +1,7 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) Bin Hu (AT&T) and Sridhar Gaddam (RedHat)
+
 =========================================
 Scenario 1 - Native OpenStack Environment
 =========================================
@@ -146,6 +150,7 @@ configuration parameters.
 
     # /etc/neutron/plugins/ml2/ml2_conf.ini
     [securitygroup]
+    extension_drivers = port_security
     enable_security_group = False
     firewall_driver = neutron.agent.firewall.NoopFirewallDriver
 
index 4a033ef..05cdd02 100644 (file)
@@ -1,3 +1,7 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) Bin Hu (AT&T) and Sridhar Gaddam (RedHat)
+
 ==========================================
 Setting Up a Service VM as an IPv6 vRouter
 ==========================================
@@ -126,12 +130,11 @@ use the same name of external network that your installer creates.
     neutron subnet-create --disable-dhcp --allocation-pool start=198.59.156.251,end=198.59.156.254 --gateway 198.59.156.1 ext-net 198.59.156.0/24
 
 **SCENARIO-3-SETUP-8**: Create Neutron networks ``ipv4-int-network1`` and ``ipv6-int-network2``
-with port_security disabled
 
 .. 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
 
 **SCENARIO-3-SETUP-9**: Create IPv4 subnet ``ipv4-int-subnet1`` in the internal network ``ipv4-int-network1``,
 and associate it to ``ipv4-router``.