yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #27286
[Bug 1415190] [NEW] list_user_projects method at assignment manager needs to be removed
Public bug reported:
The method list_user_projects at assignment manager [1] is not called anywhere.
In addition, it makes a call to list_user_projects on assignment drivers, which does not exist at all.
The equivalent call in the controller layer calls the
list_projects_for_user method instead.
[1]
https://github.com/openstack/keystone/blob/master/keystone/assignment/core.py#L679-L681
** Affects: keystone
Importance: Undecided
Status: Confirmed
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1415190
Title:
list_user_projects method at assignment manager needs to be removed
Status in OpenStack Identity (Keystone):
Confirmed
Bug description:
The method list_user_projects at assignment manager [1] is not called anywhere.
In addition, it makes a call to list_user_projects on assignment drivers, which does not exist at all.
The equivalent call in the controller layer calls the
list_projects_for_user method instead.
[1]
https://github.com/openstack/keystone/blob/master/keystone/assignment/core.py#L679-L681
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1415190/+subscriptions
Follow ups
References