yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #52288
[Bug 1567886] Re: ERROR msg appeared when project deleted with LDAP
[Expired for OpenStack Identity (keystone) because there has been no
activity for 60 days.]
** Changed in: keystone
Status: Incomplete => Expired
--
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):
Expired
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
References