diff options
| author | Brad Behle <behle@us.ibm.com> | 2016-04-18 21:22:24 -0500 |
|---|---|---|
| committer | Brad Behle <behle@us.ibm.com> | 2016-04-20 20:12:02 -0500 |
| commit | 48ebc49f201baea443146a8d1c3b6cbde3b2f297 (patch) | |
| tree | 00c4502be903ec0b5142a9c2abeb73d5206a4164 /doc/source/command-objects/subnet-pool.rst | |
| parent | 3f2ed7d19f53b0950152e4f233797f13627f4986 (diff) | |
| download | python-openstackclient-48ebc49f201baea443146a8d1c3b6cbde3b2f297.tar.gz | |
Add new share and default parms to subnet pool cmds
Add the "share" and "default" parms to subnet pool create command.
Add the "default" and "no-default" parms to subnet pool set command.
Note that "share" can not be modified once subnet pool has been
created, so do not add this to the set command.
Change-Id: I1eecad69527a1cde7fb234669f4aff2be2db491e
Partial-Bug: #1544591
Partial-Bug: #1544586
Diffstat (limited to 'doc/source/command-objects/subnet-pool.rst')
| -rw-r--r-- | doc/source/command-objects/subnet-pool.rst | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/source/command-objects/subnet-pool.rst b/doc/source/command-objects/subnet-pool.rst index 3b7d0e91..867153ef 100644 --- a/doc/source/command-objects/subnet-pool.rst +++ b/doc/source/command-objects/subnet-pool.rst @@ -19,6 +19,8 @@ Create subnet pool [--max-prefix-length <max-prefix-length>] [--project <project> [--project-domain <project-domain>]] [--address-scope <address-scope>] + [--default | --no-default] + [--share | --no-share] <name> .. option:: --pool-prefix <pool-prefix> @@ -52,6 +54,22 @@ Create subnet pool Set address scope associated with the subnet pool (name or ID), prefixes must be unique across address scopes +.. option:: --default + + Set this as a default subnet pool + +.. option:: --no-default + + Set this as a non-default subnet pool + +.. option:: --share + + Set this subnet pool as shared + +.. option:: --no-share + + Set this subnet pool as not shared + .. _subnet_pool_create-name: .. describe:: <name> @@ -103,6 +121,7 @@ Set subnet pool properties [--min-prefix-length <min-prefix-length>] [--max-prefix-length <max-prefix-length>] [--address-scope <address-scope> | --no-address-scope] + [--default | --no-default] <subnet-pool> .. option:: --name <name> @@ -135,6 +154,14 @@ Set subnet pool properties Remove address scope associated with the subnet pool +.. option:: --default + + Set this as a default subnet pool + +.. option:: --no-default + + Set this as a non-default subnet pool + .. _subnet_pool_set-subnet-pool: .. describe:: <subnet-pool> |
