Comment 6 for bug 1513894

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/491664
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=04ef8a41acbd45ef03253240934fa07ec170d7f4
Submitter: Jenkins
Branch: master

commit 04ef8a41acbd45ef03253240934fa07ec170d7f4
Author: Reedip <email address hidden>
Date: Tue Aug 8 09:23:44 2017 +0530

    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