← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1410029] Re: Unnecessary conflict wrapper on assignment driver delete_project() method

 

Not a bugf, leave the wrapper in for SQL message reporting.

** Changed in: keystone
       Status: Triaged => 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/1410029

Title:
  Unnecessary conflict wrapper on assignment driver delete_project()
  method

Status in OpenStack Identity (keystone):
  Invalid

Bug description:
  The assignment driver method delete_project [1] is protected by the
  sql.handle_conflicts wrapper - but that wrapper doesn't do anything
  for the delete case - and we don't use it for any other
  delete_entity() method other than project.  We should remove this
  wrapper protection.

  https://github.com/openstack/keystone/blob/f468f32d8f5fa3f01799e5ad3022eb8e065dc32a/keystone/resource/backends/sql.py#L164

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


References