← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1523369] [NEW] keystone user with non existing default tenant

 

Public bug reported:

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.

** Affects: keystone
     Importance: Undecided
         Status: New

-- 
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:
  keystone user with non existing default tenant

Status in OpenStack Identity (keystone):
  New

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


Follow ups