diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-04-21 17:18:01 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-04-21 17:18:01 +0000 |
| commit | a0a29df3e67b29880e62e1974dde18a4993f2aa1 (patch) | |
| tree | 58ad26cdd9a7f3615c889f2dc97e7cf5d45c3354 /doc/source/command-objects | |
| parent | d0ff8b6db2a5af79d12307fdcd85b52fc2a4e11f (diff) | |
| parent | 48ebc49f201baea443146a8d1c3b6cbde3b2f297 (diff) | |
| download | python-openstackclient-a0a29df3e67b29880e62e1974dde18a4993f2aa1.tar.gz | |
Merge "Add new share and default parms to subnet pool cmds"
Diffstat (limited to 'doc/source/command-objects')
| -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> |
