summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/network.rst
diff options
context:
space:
mode:
authorreedip <reedip.banerjee@nectechnologies.in>2016-04-19 13:46:15 +0900
committerReedip <reedip.banerjee@nectechnologies.in>2016-05-16 08:32:07 +0000
commit00c149a28f72ee7236e836a7f128fce9ca5e1e09 (patch)
tree800c172c48384f5b66b539ada281037a80de8b25 /doc/source/command-objects/network.rst
parent4639148b1dc059efab0d00a886e3f05f547a439f (diff)
downloadpython-openstackclient-00c149a28f72ee7236e836a7f128fce9ca5e1e09.tar.gz
Add VLAN Transparent option to ``osc network``
osc network set and network create now support --transparent-vlan|--no-transparent-vlan options to add/remove vlan transparency from the network. Change-Id: I845eb8f541cd32a4c4b28f929a63b205e7e31756 Closes-Bug: 1545537
Diffstat (limited to 'doc/source/command-objects/network.rst')
-rw-r--r--doc/source/command-objects/network.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/source/command-objects/network.rst b/doc/source/command-objects/network.rst
index 5d534c59..bb8947e3 100644
--- a/doc/source/command-objects/network.rst
+++ b/doc/source/command-objects/network.rst
@@ -21,6 +21,7 @@ Create new network
[--provider-network-type <provider-network-type>]
[--provider-physical-network <provider-physical-network>]
[--provider-segment <provider-segment>]
+ [--transparent-vlan | --no-transparent-vlan]
<name>
.. option:: --project <project>
@@ -116,6 +117,18 @@ Create new network
*Network version 2 only*
+.. option:: --transparent-vlan
+
+ Make the network VLAN transparent
+
+ *Network version 2 only*
+
+.. option:: --no-transparent-vlan
+
+ Do not make the network VLAN transparent
+
+ *Network version 2 only*
+
.. _network_create-name:
.. describe:: <name>
@@ -175,6 +188,7 @@ Set network properties
[--provider-network-type <provider-network-type>]
[--provider-physical-network <provider-physical-network>]
[--provider-segment <provider-segment>]
+ [--transparent-vlan | --no-transparent-vlan]
<network>
.. option:: --name <name>
@@ -227,6 +241,14 @@ Set network properties
VLAN ID for VLAN networks or Tunnel ID for GRE/VXLAN networks
+.. option:: --transparent-vlan
+
+ Make the network VLAN transparent
+
+.. option:: --no-transparent-vlan
+
+ Do not make the network VLAN transparent
+
.. _network_set-network:
.. describe:: <network>