Comment 1 for bug 953619

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 |
+----------------------------------+--------------------+---------+