Reviewed:  https://review.openstack.org/429047
Committed: 
https://git.openstack.org/cgit/openstack/keystone/commit/?id=51d5597df729158d15b71e2ba80ab103df5d55f8
Submitter: Jenkins
Branch:    master

commit 51d5597df729158d15b71e2ba80ab103df5d55f8
Author: Kalaswan Datta <kalaswan.da...@nectechnologies.in>
Date:   Wed Jan 20 00:55:29 2016 -0500

    Clear the project ID from user information
    
    Currently when a project is deleted, the project ID details
    still exists in user information. After this fix, when a project
    is deleted the default project ID in user
    information will be cleared.
    
    Closes-Bug: #1523369
    Signed-off-by: Kalaswan Datta <kalaswan.da...@nectechnologies.in>
    
    Change-Id: I3db0cf27d3cfdf6cf7c5bb34ec1b27ef80c139f4


** 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/1523369

Title:
  clean a user's default project if the project has been deleted

Status in OpenStack Identity (keystone):
  Fix Released

Bug description:
  It is possible to create new keystone user with default tenant, but
  after tenant was deleted user continue contain info about non existing
  tenant.

  Step to reproduce:

  1. keystone tenant-create --name ten
       'ten' created successfully

  2. keystone user-create --name user --tenant ten
      user created successfully with 'ten' tenantId

  3. keystone tenant-delete ten

  4. keystone user-get user
      show non existing tenantId

  5. keystone tenant-get 'tenant-id'
  No tenant with a name or ID of 'tenant-id' exists.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to