summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/subnet-pool.rst
diff options
context:
space:
mode:
authorTang Chen <chen.tang@easystack.cn>2016-03-24 19:22:07 +0800
committerTang Chen <chen.tang@easystack.cn>2016-04-09 16:25:50 +0800
commitb3649a54cd59dc069c76cbbcd876a1610aee00c0 (patch)
tree7bba85fc7df7e0242b117892e885f18d8fcefaf7 /doc/source/command-objects/subnet-pool.rst
parent6c739466239d6a6565498e5a7bdc25706e91329b (diff)
downloadpython-openstackclient-b3649a54cd59dc069c76cbbcd876a1610aee00c0.tar.gz
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
Diffstat (limited to 'doc/source/command-objects/subnet-pool.rst')
-rw-r--r--doc/source/command-objects/subnet-pool.rst16
1 files changed, 16 insertions, 0 deletions
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 <min-prefix-length>]
[--max-prefix-length <max-prefix-length>]
[--project <project> [--project-domain <project-domain>]]
+ [--address-scope <address-scope>]
<name>
.. option:: --pool-prefix <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 <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:: <name>
@@ -96,6 +102,7 @@ Set subnet pool properties
[--default-prefix-length <default-prefix-length>]
[--min-prefix-length <min-prefix-length>]
[--max-prefix-length <max-prefix-length>]
+ [--address-scope <address-scope> | --no-address-scope]
<subnet-pool>
.. option:: --name <name>
@@ -119,6 +126,15 @@ Set subnet pool properties
Set subnet pool maximum prefix length
+.. option:: --address-scope <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:: <subnet-pool>