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

Asked by shwinpiocess

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

Question information

Revision history for this message
koolhead17 (koolhead17) said :
#1

Are you still having this issue?
IF yes its a potential bug, please file it with the version details.

Can you help with this problem?

Provide an answer of your own, or ask shwinpiocess for more information if necessary.

To post a message you must log in.