Merge "Add VLAN Transparent option to `osc network
`"
This commit is contained in:
doc/source/command-objects
openstackclient
releasenotes/notes
@@ -28,6 +28,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>
|
||||
@@ -123,6 +124,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>
|
||||
|
||||
@@ -182,6 +195,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>
|
||||
@@ -234,6 +248,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>
|
||||
|
||||
|
Reference in New Issue
Block a user