← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1567886] [NEW] ERROR msg appeared when project deleted with LDAP

 

Public bug reported:

With LDAP, I create project and delete it, Error msg appeared. But that
project is deleted correctly. I set the "allow_subtre_delete" option to
True. I use Kilo-1.2.


# openstack project create testpj
+-----------+----------------------------------+
| Field     | Value                            |
+-----------+----------------------------------+
| domain_id | default                          |
| enabled   | True                             |
| id        | f0893610713541e9b4ad62256088c669 |
| name      | testpj                           |
+-----------+----------------------------------+

# openstack project list
+----------------------------------+----------+
| ID                               | Name     |
+----------------------------------+----------+
| 396c685b2b3f4a19b88a80bc5040c388 | admin    |
| 1d5c3233c09740d8a99b115e7edb4c94 | services |
| f0893610713541e9b4ad62256088c669 | testpj   |
+----------------------------------+----------+

# openstack project delete testpj
ERROR: openstack Could not find role: f0893610713541e9b4ad62256088c669 (HTTP 404) (Request-ID: req-37e8c56d-225a-4a70-803a-fe668177908a)

# openstack project list
+----------------------------------+----------+
| ID                               | Name     |
+----------------------------------+----------+
| 396c685b2b3f4a19b88a80bc5040c388 | admin    |
| 1d5c3233c09740d8a99b115e7edb4c94 | services |
+----------------------------------+----------+

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

Title:
  ERROR msg appeared when project deleted with LDAP

Status in OpenStack Identity (keystone):
  New

Bug description:
  With LDAP, I create project and delete it, Error msg appeared. But
  that project is deleted correctly. I set the "allow_subtre_delete"
  option to True. I use Kilo-1.2.

  
  # openstack project create testpj
  +-----------+----------------------------------+
  | Field     | Value                            |
  +-----------+----------------------------------+
  | domain_id | default                          |
  | enabled   | True                             |
  | id        | f0893610713541e9b4ad62256088c669 |
  | name      | testpj                           |
  +-----------+----------------------------------+

  # openstack project list
  +----------------------------------+----------+
  | ID                               | Name     |
  +----------------------------------+----------+
  | 396c685b2b3f4a19b88a80bc5040c388 | admin    |
  | 1d5c3233c09740d8a99b115e7edb4c94 | services |
  | f0893610713541e9b4ad62256088c669 | testpj   |
  +----------------------------------+----------+

  # openstack project delete testpj
  ERROR: openstack Could not find role: f0893610713541e9b4ad62256088c669 (HTTP 404) (Request-ID: req-37e8c56d-225a-4a70-803a-fe668177908a)

  # openstack project list
  +----------------------------------+----------+
  | ID                               | Name     |
  +----------------------------------+----------+
  | 396c685b2b3f4a19b88a80bc5040c388 | admin    |
  | 1d5c3233c09740d8a99b115e7edb4c94 | services |
  +----------------------------------+----------+

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


Follow ups