yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #66747
[Bug 1513894] Re: Discrepancy between API and CLI on how to enable PD
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 <reedip.banerjee@xxxxxxxxxxxxxxxxxx>
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
** Changed in: python-openstackclient
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1513894
Title:
Discrepancy between API and CLI on how to enable PD
Status in neutron:
Incomplete
Status in python-neutronclient:
Confirmed
Status in python-openstackclient:
Fix Released
Bug description:
Checking api/v2/attributes.py, user can provide a subnetpool_id as
"prefix_delegation" to enable PD. refer to
https://github.com/openstack/neutron/blob/master/neutron/api/v2/attributes.py#L376.
However, the neutron CLI doesn't allow this sincee it's now retrieving
the subnetpool before submitting the subnet create. The get of
subnetpool id for "prefix_delegation" will not return a valid id. This
causes discrepancy between API and CLI on how to enable PD
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1513894/+subscriptions
References