diff options
author | Bin Hu <bh526r@att.com> | 2016-02-05 17:19:23 -0800 |
---|---|---|
committer | Bin Hu <bh526r@att.com> | 2016-02-06 01:21:29 +0000 |
commit | 901f0cde4c1e7d4437f8bca3f3db4fea41213ea1 (patch) | |
tree | 74a2ce43b5ca19b44a462be039075671a0fdfa17 | |
parent | cd11dfec20655f847c34a1a9200a29c409c29aac (diff) |
JIRA:IPVSIX-29 security group in scenario 3
Change-Id: I25ebe0048d741d1a0077654f685e08cb61e9ca7c
Signed-off-by: Bin Hu <bh526r@att.com>
(cherry picked from commit 695d7daf9d08fae235a31e27246837c8c6ae51f2)
-rw-r--r-- | docs/setupservicevm/5-ipv6-configguide-scenario-1-native-os.rst | 5 | ||||
-rw-r--r-- | docs/setupservicevm/scenario-3-4-ipv6-configguide-servicevm.rst | 9 |
2 files changed, 11 insertions, 3 deletions
diff --git a/docs/setupservicevm/5-ipv6-configguide-scenario-1-native-os.rst b/docs/setupservicevm/5-ipv6-configguide-scenario-1-native-os.rst index dc27d15..baa75b1 100644 --- a/docs/setupservicevm/5-ipv6-configguide-scenario-1-native-os.rst +++ b/docs/setupservicevm/5-ipv6-configguide-scenario-1-native-os.rst @@ -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 diff --git a/docs/setupservicevm/scenario-3-4-ipv6-configguide-servicevm.rst b/docs/setupservicevm/scenario-3-4-ipv6-configguide-servicevm.rst index 4a033ef..05cdd02 100644 --- a/docs/setupservicevm/scenario-3-4-ipv6-configguide-servicevm.rst +++ b/docs/setupservicevm/scenario-3-4-ipv6-configguide-servicevm.rst @@ -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``. |