** Changed in: keystone
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1438517

Title:
  Assignment driver clean-up methods have confusing names

Status in OpenStack Identity (Keystone):
  Fix Released

Bug description:
  The assignment driver supports a number of clean-up methods for other
  manages to call (either directly or via notifications), such as
  delete_project_assignments() which will delete all roles related to a
  project (which, perhaps, is being deleted). Two of these clean-up
  methods are misnamed:

  delete_group()
  delete_user()

  These should, for clarity, be called:

  delete_group_assignments()
  delete_user_assignments()

  This is already flagged by a TODO comment in the driver class in the
  assignment manager.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1438517/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to