yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #40702
[Bug 1425108] Re: private _get_children() in sql backend doesn't support passing None values
Looks like this is already merged, but was never closed
** Changed in: keystone
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1425108
Title:
private _get_children() in sql backend doesn't support passing None
values
Status in OpenStack Identity (keystone):
Fix Released
Bug description:
The _get_children() method [1] uses the "in_" clause, which doesn't
support passing None as part of the list (it is not considered).
Passing None is a valid situation if we want to query for all root
projects in the hierarchy.
[1]
https://github.com/openstack/keystone/blob/master/keystone/resource/backends/sql.py#L86
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1425108/+subscriptions
References