python-openstackclient/releasenotes/notes/bug-1513894-6d2f05db6e1df744.yaml
Reedip 04ef8a41ac 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
2017-08-17 02:44:44 +00:00

7 lines
233 B
YAML

---
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>`_]