summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-08-17 23:29:49 +0000
committerGerrit Code Review <review@openstack.org>2017-08-17 23:29:49 +0000
commit44e154d2d6b46f23c3e89b6e176ee8c72c9688a4 (patch)
treec1fd0d570d413d776021b4a1b622b0869c1783ee /doc/source/cli/command-objects
parent0e20212fa9fed002b07c5596bf32bf773faf535e (diff)
parent04ef8a41acbd45ef03253240934fa07ec170d7f4 (diff)
downloadpython-openstackclient-44e154d2d6b46f23c3e89b6e176ee8c72c9688a4.tar.gz
Merge "Allow PD as Subnetpool during Subnet creations"
Diffstat (limited to 'doc/source/cli/command-objects')
-rw-r--r--doc/source/cli/command-objects/subnet.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/source/cli/command-objects/subnet.rst b/doc/source/cli/command-objects/subnet.rst
index c228dc20..0a56ccf1 100644
--- a/doc/source/cli/command-objects/subnet.rst
+++ b/doc/source/cli/command-objects/subnet.rst
@@ -18,7 +18,7 @@ Create new subnet
openstack subnet create
[--project <project> [--project-domain <project-domain>]]
- [--subnet-pool <subnet-pool> | --use-default-subnet-pool [--prefix-length <prefix-length>]]
+ [--subnet-pool <subnet-pool> | --use-default-subnet-pool [--prefix-length <prefix-length>] | --use-prefix-delegation]
[--subnet-range <subnet-range>]
[--allocation-pool start=<ip-address>,end=<ip-address>]
[--dhcp | --no-dhcp]
@@ -48,6 +48,11 @@ Create new subnet
Subnet pool from which this subnet will obtain a CIDR (name or ID)
+.. option:: --use-prefix-delegation
+
+ Use 'prefix-delegation' if IP is IPv6 format and IP would be delegated
+ externally
+
.. option:: --use-default-subnet-pool
Use default subnet pool for :option:`--ip-version`