yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #63387
[Bug 1513894] Re: Discrepancy between API and CLI on how to enable PD
I believe this affects openstackclient as well.
'prefix_delegation' is a special subnetpool ID and it is not listed in
subnetpool list, so we need a special handling when checking a specified
subnet pool is available or not.
** Also affects: python-openstackclient
Importance: Undecided
Status: New
--
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:
New
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