Identity v3
Create new domain
openstack domain create
[--description <description>]
[--enable | --disable]
[--or-show]
<domain-name>
New domain description
Enable domain (default)
Disable domain
Return existing domain
If the domain already exists, return the existing domain data and do not fail.
New domain name
Delete domain(s)
openstack domain delete
<domain> [<domain> ...]
Domain(s) to delete (name or ID)
Set domain properties
openstack domain set
[--name <name>]
[--description <description>]
[--enable | --disable]
<domain>
New domain name
New domain description
Enable domain
Disable domain
Domain to modify (name or ID)
Display domain details
openstack domain show
<domain>
Domain to display (name or ID)