summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/subnet-pool.rst
diff options
context:
space:
mode:
authorCao Xuan Hoang <hoangcx@vn.fujitsu.com>2016-08-18 16:50:52 +0700
committerCao Xuan Hoang <hoangcx@vn.fujitsu.com>2016-09-20 10:12:42 +0700
commit4265002e599af332f2e6288814dcaefa0dcb1be0 (patch)
treeef94ff6bd258aaf9585f6a3178e908b01e90e840 /doc/source/command-objects/subnet-pool.rst
parent7e990ba1e2ae0ecb804287212797ebad84d7b56b (diff)
downloadpython-openstackclient-4265002e599af332f2e6288814dcaefa0dcb1be0.tar.gz
Add 'description' option to os subnet (pool) create/set cmd
This patch adds '--description' option to the commands. Change-Id: Ifc2828670c3c48a87a0493d98686a5babf9b2ae7 Closes-Bug: #1614458 Closes-Bug: #1614823 Partially-Implements: blueprint network-commands-options
Diffstat (limited to 'doc/source/command-objects/subnet-pool.rst')
-rw-r--r--doc/source/command-objects/subnet-pool.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/command-objects/subnet-pool.rst b/doc/source/command-objects/subnet-pool.rst
index 005b8357..b59cd286 100644
--- a/doc/source/command-objects/subnet-pool.rst
+++ b/doc/source/command-objects/subnet-pool.rst
@@ -19,6 +19,7 @@ Create subnet pool
[--default-prefix-length <default-prefix-length>]
[--min-prefix-length <min-prefix-length>]
[--max-prefix-length <max-prefix-length>]
+ [--description <description>]
[--project <project> [--project-domain <project-domain>]]
[--address-scope <address-scope>]
[--default | --no-default]
@@ -38,6 +39,10 @@ Create subnet pool
Set subnet pool maximum prefix length
+.. option:: --description <description>
+
+ Set subnet pool description
+
.. option:: --project <project>
Owner's project (name or ID)
@@ -125,6 +130,7 @@ Set subnet pool properties
[--max-prefix-length <max-prefix-length>]
[--address-scope <address-scope> | --no-address-scope]
[--default | --no-default]
+ [--description <description>]
<subnet-pool>
.. option:: --name <name>
@@ -165,6 +171,10 @@ Set subnet pool properties
Set this as a non-default subnet pool
+.. option:: --description <description>
+
+ Set subnet pool description
+
.. _subnet_pool_set-subnet-pool:
.. describe:: <subnet-pool>