diff options
Diffstat (limited to 'doc/source/command-objects/network.rst')
| -rw-r--r-- | doc/source/command-objects/network.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/command-objects/network.rst b/doc/source/command-objects/network.rst index 5d9a5ca8..8075d509 100644 --- a/doc/source/command-objects/network.rst +++ b/doc/source/command-objects/network.rst @@ -23,6 +23,7 @@ Create new network [--project <project> [--project-domain <project-domain>]] [--enable | --disable] [--share | --no-share] + [--description <description>] [--availability-zone-hint <availability-zone>] [--enable-port-security | --disable-port-security] [--external [--default | --no-default] | --internal] @@ -65,6 +66,10 @@ Create new network Do not share the network between projects +.. option:: --description <description> + + Set network description + .. option:: --availability-zone-hint <availability-zone> Availability Zone in which to create this network @@ -206,6 +211,7 @@ Set network properties [--name <name>] [--enable | --disable] [--share | --no-share] + [--description <description>] [--enable-port-security | --disable-port-security] [--external [--default | --no-default] | --internal] [--provider-network-type <provider-network-type>] @@ -234,6 +240,10 @@ Set network properties Do not share the network between projects +.. option:: --description <description> + + Set network description + .. option:: --enable-port-security Enable port security by default for ports created on |
