Steve Martinelli e8be3b64c1 Command doc: mapping
Also tweaked the code for `mapping set` as it was previously
using cliff Show instead of cliff Command.

Change-Id: I0ea1383a9f2dddf4b2f717b2aa16bbd60ab1720c
2015-01-08 16:39:06 -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 a 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