From 4265002e599af332f2e6288814dcaefa0dcb1be0 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Thu, 18 Aug 2016 16:50:52 +0700 Subject: 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 --- doc/source/command-objects/subnet-pool.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/source/command-objects/subnet-pool.rst') 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 ] [--min-prefix-length ] [--max-prefix-length ] + [--description ] [--project [--project-domain ]] [--address-scope ] [--default | --no-default] @@ -38,6 +39,10 @@ Create subnet pool Set subnet pool maximum prefix length +.. option:: --description + + Set subnet pool description + .. option:: --project Owner's project (name or ID) @@ -125,6 +130,7 @@ Set subnet pool properties [--max-prefix-length ] [--address-scope | --no-address-scope] [--default | --no-default] + [--description ] .. option:: --name @@ -165,6 +171,10 @@ Set subnet pool properties Set this as a non-default subnet pool +.. option:: --description + + Set subnet pool description + .. _subnet_pool_set-subnet-pool: .. describe:: -- cgit v1.2.1