python-openstackclient/doc/source/command-objects/mapping.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.2 KiB

mapping

Identity v3

Requires: OS-FEDERATION extension

mapping create

Create new mapping

mapping create

os mapping create
    --rules <filename>
    <name>

--rules <filename>

Filename that contains a set of mapping rules (required)

New mapping name (must be unique)

mapping delete

Delete mapping

mapping delete

os mapping delete
    <mapping>




Mapping to delete

mapping list

List mappings

mapping list

os mapping list

mapping set

Set mapping properties

mapping set

os mapping set
    [--rules <filename>]
    <mapping>

--rules <filename>

Filename that contains a new set of mapping rules

Mapping to modify

mapping show

Display mapping details

mapping show

os mapping show
    <mapping>




Mapping to display