when create a tenant,the enabled's status is false,but when call tenant-list ,the enabled's status is true

Bug #953619 reported by shwinpiocess
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-keystoneclient
Invalid
Critical
stelford

Bug Description

keystone tenant-create --name 'test' --enabled 'false'

+-------------+----------------------------------+
| Property | Value |
+-------------+----------------------------------+
| description | None |
| enabled | false |
| id | 946e93dc55c64858a4a531b55bd5d5dd |
| name | test |
+-------------+----------------------------------+

keystone tenant-list

+----------------------------------+--------------------+---------+
| id | name | enabled |
+----------------------------------+--------------------+---------+
| 07596f811df94054bc142412ff2dc1a5 | demo | True |
| 0885f8701243456ab6103857a4d3e8d5 | invisible_to_admin | True |
| 16058f817f6b4717a8f10655d502761c | service | True |
| 946e93dc55c64858a4a531b55bd5d5dd | test | True |
| e365454e378a4ab0ae2477bf6891e5e3 | admin | True |
+----------------------------------+--------------------+---------+

when we call "keystone tenant-list"
expected the "enabled" status of the test tenant is false
however it shows that the "enabled" status of the test tenant is true
and in the dashboard it also shows that the "enabled" status of the test tenant is true
the database works well

tags: added: python-keystoneclient
tags: removed: python-keystoneclient
Joseph Heck (heckj)
Changed in python-keystoneclient:
importance: Undecided → High
status: New → Triaged
importance: High → Critical
Revision history for this message
stelford (stef-ummon) wrote :

This bug does not exist in current -HEAD for keystone, if no one can recreate, I move that this is fixed and closed;

keystone tenant-create --name 'test' --enabled 'false'
+-------------+----------------------------------+
| Property | Value |
+-------------+----------------------------------+
| description | |
| enabled | False |
| id | e029e3de295c4c218853cded00e6f4ae |
| name | test |
+-------------+----------------------------------+

keystone tenant-list
+----------------------------------+--------------------+---------+
| id | name | enabled |
+----------------------------------+--------------------+---------+
| 0f9af8d0f821438bafc5f7950ce70b39 | admin | True |
| 1413df4dff394e67b9322108a26abe7a | test | False |
| 5cd9ad6f12134f25b4df8ff1f1192970 | demo | True |
| 839eb2bd52d24c798c3308a30f1094f4 | service | True |
| d63dbe6d5a7c4a37b5e82aae3c62515e | invisible_to_admin | True |
+----------------------------------+--------------------+---------+

Changed in python-keystoneclient:
assignee: nobody → stelford (stef-ummon)
Revision history for this message
Joseph Heck (heckj) wrote :

bug verified to be resolved in latest - marking bug invalid

Changed in python-keystoneclient:
status: Triaged → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.