From b3649a54cd59dc069c76cbbcd876a1610aee00c0 Mon Sep 17 00:00:00 2001 From: Tang Chen Date: Thu, 24 Mar 2016 19:22:07 +0800 Subject: Add --address-scope option "subnet pool create/set" This patch adds --address-scope option to "subnet pool create/set" commands, and --no-address-scope option to "subnet pool set" command to clear the address scope setting. Change-Id: Ie2c370a50b52574fa6ec268083ad013b7544361e Partial-Bug: #1544586 Partial-Bug: #1544591 --- doc/source/command-objects/subnet-pool.rst | 16 ++++++++++++++++ 1 file changed, 16 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 cb86e227..f9255f79 100644 --- a/doc/source/command-objects/subnet-pool.rst +++ b/doc/source/command-objects/subnet-pool.rst @@ -18,6 +18,7 @@ Create subnet pool [--min-prefix-length ] [--max-prefix-length ] [--project [--project-domain ]] + [--address-scope ] .. option:: --pool-prefix @@ -46,6 +47,11 @@ Create subnet pool Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. +.. option:: --address-scope + + Set address scope associated with the subnet pool (name or ID). + Prefixes must be unique across address scopes. + .. _subnet_pool_create-name: .. describe:: @@ -96,6 +102,7 @@ Set subnet pool properties [--default-prefix-length ] [--min-prefix-length ] [--max-prefix-length ] + [--address-scope | --no-address-scope] .. option:: --name @@ -119,6 +126,15 @@ Set subnet pool properties Set subnet pool maximum prefix length +.. option:: --address-scope + + Set address scope associated with the subnet pool (name or ID). + Prefixes must be unique across address scopes. + +.. option:: --no-address-scope + + Remove address scope associated with the subnet pool + .. _subnet_pool_set-subnet-pool: .. describe:: -- cgit v1.2.1