summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects
diff options
context:
space:
mode:
authorReedip <reedip.banerjee@nectechnologies.in>2017-08-08 09:23:44 +0530
committerReedip <reedip.banerjee@nectechnologies.in>2017-08-17 02:44:44 +0000
commit04ef8a41acbd45ef03253240934fa07ec170d7f4 (patch)
treec1184279b0c9c823c815f08f933cc8f578bc3329 /doc/source/cli/command-objects
parenta709c151e664ceb66b4cd51bd973567cf46bcd3d (diff)
downloadpython-openstackclient-04ef8a41acbd45ef03253240934fa07ec170d7f4.tar.gz
Allow PD as Subnetpool during Subnet creations
This commit now allows user to specify 'prefix_delegation' as a Subnetpool during Subnet creation by using the new --use-prefix-delegation option so that the IPv6 prefixes can be delegated to routers set up by the cloud admins. Change-Id: I67e5d81c4155db2e3c5c41ee1df77f2d77a17689 Closes-Bug: #1513894
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`