python-openstackclient/doc/source/command-objects/domain.rst
Steve Martinelli 019c155e9b Fine tune some of the helps commands
try and add some consistency with the show and delete commands.

replace 'show x' with 'display x'
change 'delete a y' with just 'delete y'

Change-Id: I47dfa8ee23ac5c41b355796415eb515155832f65
2015-01-13 00:58:57 -05:00

1.5 KiB

domain

Identity v3

domain create

Create new domain

domain create

os domain create
    [--description <description>]
    [--enable | --disable]
    [--or-show]
    <domain-name>

--description <description>

New domain description

--enable

Enable domain (default)

--disable

Disable domain

--or-show

Return existing domain

If the domain already exists, return the existing domain data and do not fail.

<domain-name>

New domain name

domain delete

Delete domain

domain delete

os domain delete
    <domain>

<domain>

Domain to delete (name or ID)

domain list

List domains

domain list

os domain list

domain set

Set domain properties

domain set

os domain set
    [--name <name>]
    [--description <description>]
    [--enable | --disable]
    <domain>

--name <name>

New domain name

--description <description>

New domain description

--enable

Enable domain

--disable

Disable domain

<domain>

Domain to modify (name or ID)

domain show

Display domain details

domain show

os domain show
    <domain>

<domain>

Domain to display (name or ID)