summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-09-20 06:55:29 +0000
committerGerrit Code Review <review@openstack.org>2016-09-20 06:55:29 +0000
commit43f6b95229cf1bd38a167401faab2b9f0319422d (patch)
treea82e591d8a4bece331547292999e1425eb5b5bdb /doc/source/command-objects
parenta83f3c8a71de1686b8b9140cadf21225897b5cbd (diff)
parent88be7ddd388c440d3f80564c7f1f4f2aed1a8e36 (diff)
downloadpython-openstackclient-43f6b95229cf1bd38a167401faab2b9f0319422d.tar.gz
Merge "Add --description to Create/Set Network"
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/network.rst10
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