diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configurationguide/featureconfig.rst | 4 | ||||
-rw-r--r-- | docs/configurationguide/index.rst | 4 | ||||
-rw-r--r-- | docs/installationprocedure/feature.configuration.rst | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/configurationguide/featureconfig.rst b/docs/configurationguide/featureconfig.rst index f721a5b..7e9f91a 100644 --- a/docs/configurationguide/featureconfig.rst +++ b/docs/configurationguide/featureconfig.rst @@ -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``. diff --git a/docs/configurationguide/index.rst b/docs/configurationguide/index.rst index c3d7ed3..a53bcd9 100644 --- a/docs/configurationguide/index.rst +++ b/docs/configurationguide/index.rst @@ -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``. diff --git a/docs/installationprocedure/feature.configuration.rst b/docs/installationprocedure/feature.configuration.rst index c3d7ed3..a53bcd9 100644 --- a/docs/installationprocedure/feature.configuration.rst +++ b/docs/installationprocedure/feature.configuration.rst @@ -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``. |