yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #44143
[Bug 1483375] Re: Fix get_policy_association return in endpoint-policy SQL driver
Yes, it is working. My point was just the consistency between the
driver GET and LIST methods, as in this bug's decription. I am okay with
leaving this as it is.
** Changed in: keystone
Status: In Progress => Invalid
--
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/1483375
Title:
Fix get_policy_association return in endpoint-policy SQL driver
Status in OpenStack Identity (keystone):
Invalid
Bug description:
In the file keystone/endpoint_policy/backends/sql.py, the return of
get_policy_association(..) is a dict in the form {'policy_id':
policy_id}.
However, its return should be a PolicyAssociation dict, since it is
what is returned as a list by the list operations, e.g
list_associations_for_policy.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1483375/+subscriptions
References