How to disable a tenant in keystone(essex4)
I have a keystone running and i created a tenant name demo
Now am trying to disable it with command below.
# keystone tenant-get 28b652ae29d941d
+------
| Property | Value |
+------
| description | demo tenant |
| enabled | True |
| id | 28b652ae29d941d
| name | demo |
+------
# keystone tenant-update --name=demo --enabled=False 28b652ae29d941d
#keystone tenant-update --name=demo --enabled=false 28b652ae29d941d
I don`t get any error msg. Am i doing something wrong?
#keystone tenant-get 28b652ae29d941d
+------
| Property | Value |
+------
| description | demo tenant |
| enabled | True |
| id | 28b652ae29d941d
| name | demo |
+------
It does notthing.
Am i hitting a Bug?
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- 2012-03-15
- Last reply:
- 2012-03-16
| Joseph Heck (heckj) said : | #1 |
evening - the commands you're using look to be correct - there was a bug where "enable" wasn't being treated correctly. This should be fixed with https:/
(fixed yesterday)
Can you help with this problem?
Provide an answer of your own, or ask koolhead17 for more information if necessary.

