Merge "neutron: add --mtu for create/set network"
This commit is contained in:
doc/source/cli/command-objects
openstackclient
releasenotes/notes
@ -24,6 +24,7 @@ Create new network
|
||||
[--enable | --disable]
|
||||
[--share | --no-share]
|
||||
[--description <description>]
|
||||
[--mtu <mtu>]
|
||||
[--availability-zone-hint <availability-zone>]
|
||||
[--enable-port-security | --disable-port-security]
|
||||
[--external [--default | --no-default] | --internal]
|
||||
@ -74,6 +75,12 @@ Create new network
|
||||
|
||||
*Network version 2 only*
|
||||
|
||||
.. option:: --mtu <mtu>
|
||||
|
||||
Set network mtu
|
||||
|
||||
*Network version 2 only*
|
||||
|
||||
.. option:: --availability-zone-hint <availability-zone>
|
||||
|
||||
Availability Zone in which to create this network
|
||||
@ -353,6 +360,7 @@ Set network properties
|
||||
[--enable | --disable]
|
||||
[--share | --no-share]
|
||||
[--description <description>]
|
||||
[--mtu <mtu>]
|
||||
[--enable-port-security | --disable-port-security]
|
||||
[--external [--default | --no-default] | --internal]
|
||||
[--provider-network-type <provider-network-type>]
|
||||
@ -386,6 +394,10 @@ Set network properties
|
||||
|
||||
Set network description
|
||||
|
||||
.. option:: --mtu <mtu>
|
||||
|
||||
Set network mtu
|
||||
|
||||
.. option:: --enable-port-security
|
||||
|
||||
Enable port security by default for ports created on
|
||||
|
Reference in New Issue
Block a user