Merge "neutron: add --mtu for create/set network"

This commit is contained in:
Zuul
2018-03-23 14:31:39 +00:00
committed by Gerrit Code Review
5 changed files with 41 additions and 0 deletions
doc/source/cli/command-objects
openstackclient
network
tests
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