From 48ebc49f201baea443146a8d1c3b6cbde3b2f297 Mon Sep 17 00:00:00 2001 From: Brad Behle Date: Mon, 18 Apr 2016 21:22:24 -0500 Subject: 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 --- doc/source/command-objects/subnet-pool.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'doc/source/command-objects') 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 ] [--project [--project-domain ]] [--address-scope ] + [--default | --no-default] + [--share | --no-share] .. option:: --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:: @@ -103,6 +121,7 @@ Set subnet pool properties [--min-prefix-length ] [--max-prefix-length ] [--address-scope | --no-address-scope] + [--default | --no-default] .. option:: --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:: -- cgit v1.2.1