diff options
| author | Reedip <reedip.banerjee@nectechnologies.in> | 2017-08-08 09:23:44 +0530 |
|---|---|---|
| committer | Reedip <reedip.banerjee@nectechnologies.in> | 2017-08-17 02:44:44 +0000 |
| commit | 04ef8a41acbd45ef03253240934fa07ec170d7f4 (patch) | |
| tree | c1184279b0c9c823c815f08f933cc8f578bc3329 /releasenotes/notes | |
| parent | a709c151e664ceb66b4cd51bd973567cf46bcd3d (diff) | |
| download | python-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 'releasenotes/notes')
| -rw-r--r-- | releasenotes/notes/bug-1513894-6d2f05db6e1df744.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1513894-6d2f05db6e1df744.yaml b/releasenotes/notes/bug-1513894-6d2f05db6e1df744.yaml new file mode 100644 index 00000000..a7d75055 --- /dev/null +++ b/releasenotes/notes/bug-1513894-6d2f05db6e1df744.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Add ``--use-prefix-delegation`` option to the ``subnet create`` command to + specify 'Prefix Delegation' as a subnetpool when creating subnets. + [Bug `1513894 <https://bugs.launchpad.net/bugs/1513894>`_] |
