summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-04-13 02:06:59 +0000
committerGerrit Code Review <review@openstack.org>2016-04-13 02:06:59 +0000
commit1819edf733d4a24e3fe0a8a998d72a0f4f0a8339 (patch)
tree64a7a61d7e3cfdf52f516bda3f022566f71f1178 /doc/source/command-objects
parent85c47b76fb7d2e085e1818377f725de9a508ac40 (diff)
parentb3649a54cd59dc069c76cbbcd876a1610aee00c0 (diff)
downloadpython-openstackclient-1819edf733d4a24e3fe0a8a998d72a0f4f0a8339.tar.gz
Merge "Add --address-scope option "subnet pool create/set""
Diffstat (limited to 'doc/source/command-objects')
-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 5eff2dcd..d0b6c635 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>