summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Hu <bh526r@att.com>2016-09-21 15:43:54 -0700
committerBin Hu <bh526r@att.com>2016-09-21 22:46:06 +0000
commit3accf3cbd46e92bc93fb283680363794cb210e1d (patch)
tree94df0d9394f58ed2693ead7c046df78190a1a21d
parent97c3514cafd517a9f6233bd68d51ad630f6e28d4 (diff)
Disable security group after VM startscolorado.1.0.1
Change-Id: I07ed7673d8c0b00ebe2127baaad1366f9c2f59d9 Signed-off-by: Bin Hu <bh526r@att.com> (cherry picked from commit 35efd1ccf89bfb001ac2fe76479e49a71db6f784)
-rw-r--r--docs/configurationguide/featureconfig.rst13
-rw-r--r--docs/configurationguide/index.rst13
-rw-r--r--docs/installationprocedure/feature.configuration.rst13
3 files changed, 36 insertions, 3 deletions
diff --git a/docs/configurationguide/featureconfig.rst b/docs/configurationguide/featureconfig.rst
index 7e9f91a..b688cb4 100644
--- a/docs/configurationguide/featureconfig.rst
+++ b/docs/configurationguide/featureconfig.rst
@@ -417,7 +417,18 @@ would be as shown as follows:
# VM2 would have the following IPv6 address:
# 2001:db8:0:2:f816:3eff:fe44:4444/64
-**OPNFV-NATIVE-SETUP-17**: Now we can ``SSH`` to VMs. You can execute the following command.
+**OPNFV-NATIVE-SETUP-17**: Now we need to disable ``eth0-VM1``, ``eth0-VM2`` port-security
+
+.. code-block:: bash
+
+ for port in eth0-VM1 eth0-VM2
+ do
+ neutron port-update --no-security-groups $port
+ neutron port-update $port --port-security-enabled=False
+ neutron port-show $port | grep port_security_enabled
+ done
+
+**OPNFV-NATIVE-SETUP-18**: Now we can ``SSH`` to VMs. You can execute the following command.
.. code-block:: bash
diff --git a/docs/configurationguide/index.rst b/docs/configurationguide/index.rst
index a53bcd9..2405c54 100644
--- a/docs/configurationguide/index.rst
+++ b/docs/configurationguide/index.rst
@@ -417,7 +417,18 @@ would be as shown as follows:
# VM2 would have the following IPv6 address:
# 2001:db8:0:2:f816:3eff:fe44:4444/64
-**OPNFV-NATIVE-SETUP-17**: Now we can ``SSH`` to VMs. You can execute the following command.
+**OPNFV-NATIVE-SETUP-17**: Now we need to disable ``eth0-VM1``, ``eth0-VM2`` port-security
+
+.. code-block:: bash
+
+ for port in eth0-VM1 eth0-VM2
+ do
+ neutron port-update --no-security-groups $port
+ neutron port-update $port --port-security-enabled=False
+ neutron port-show $port | grep port_security_enabled
+ done
+
+**OPNFV-NATIVE-SETUP-18**: Now we can ``SSH`` to VMs. You can execute the following command.
.. code-block:: bash
diff --git a/docs/installationprocedure/feature.configuration.rst b/docs/installationprocedure/feature.configuration.rst
index a53bcd9..2405c54 100644
--- a/docs/installationprocedure/feature.configuration.rst
+++ b/docs/installationprocedure/feature.configuration.rst
@@ -417,7 +417,18 @@ would be as shown as follows:
# VM2 would have the following IPv6 address:
# 2001:db8:0:2:f816:3eff:fe44:4444/64
-**OPNFV-NATIVE-SETUP-17**: Now we can ``SSH`` to VMs. You can execute the following command.
+**OPNFV-NATIVE-SETUP-17**: Now we need to disable ``eth0-VM1``, ``eth0-VM2`` port-security
+
+.. code-block:: bash
+
+ for port in eth0-VM1 eth0-VM2
+ do
+ neutron port-update --no-security-groups $port
+ neutron port-update $port --port-security-enabled=False
+ neutron port-show $port | grep port_security_enabled
+ done
+
+**OPNFV-NATIVE-SETUP-18**: Now we can ``SSH`` to VMs. You can execute the following command.
.. code-block:: bash