diff options
| author | Ankur Gupta <ankur.gupta@intel.com> | 2016-09-19 16:43:28 -0500 |
|---|---|---|
| committer | Ankur Gupta <ankur.gupta@intel.com> | 2016-09-19 19:18:17 -0500 |
| commit | 88be7ddd388c440d3f80564c7f1f4f2aed1a8e36 (patch) | |
| tree | bdf2d642f7a428de5d75106b960c468514f5fb85 /doc/source/command-objects | |
| parent | 44cf358a142ec1ead41cebe40fe2867483c3fc03 (diff) | |
| download | python-openstackclient-88be7ddd388c440d3f80564c7f1f4f2aed1a8e36.tar.gz | |
Add --description to Create/Set Network
Added simple option for network description to create and
set network.
Change-Id: I90ce4db4e365a56ecddb00d59f4c5aa2ebbd49a3
Partially-Implements: blueprint network-command-options
Diffstat (limited to 'doc/source/command-objects')
| -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 |
