2015-01-06 01:43:49 -05:00
|
|
|
=======
|
|
|
|
mapping
|
|
|
|
=======
|
|
|
|
|
|
|
|
Identity v3
|
|
|
|
|
|
|
|
`Requires: OS-FEDERATION extension`
|
|
|
|
|
|
|
|
mapping create
|
|
|
|
--------------
|
|
|
|
|
|
|
|
Create new mapping
|
|
|
|
|
|
|
|
.. program:: mapping create
|
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack mapping create
|
2015-01-06 01:43:49 -05:00
|
|
|
--rules <filename>
|
|
|
|
<name>
|
|
|
|
|
|
|
|
.. option:: --rules <filename>
|
|
|
|
|
|
|
|
Filename that contains a set of mapping rules (required)
|
|
|
|
|
|
|
|
.. _mapping_create-mapping:
|
|
|
|
.. describe:: <name>
|
|
|
|
|
|
|
|
New mapping name (must be unique)
|
|
|
|
|
|
|
|
mapping delete
|
|
|
|
--------------
|
|
|
|
|
2016-07-12 12:44:55 +08:00
|
|
|
Delete mapping(s)
|
2015-01-06 01:43:49 -05:00
|
|
|
|
|
|
|
.. program:: mapping delete
|
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack mapping delete
|
2016-07-12 12:44:55 +08:00
|
|
|
<mapping> [<mapping> ...]
|
2015-01-06 01:43:49 -05:00
|
|
|
|
|
|
|
.. _mapping_delete-mapping:
|
|
|
|
.. describe:: <mapping>
|
|
|
|
|
2016-07-12 12:44:55 +08:00
|
|
|
Mapping(s) to delete
|
2015-01-06 01:43:49 -05:00
|
|
|
|
|
|
|
mapping list
|
|
|
|
------------
|
|
|
|
|
|
|
|
List mappings
|
|
|
|
|
|
|
|
.. program:: mapping list
|
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack mapping list
|
2015-01-06 01:43:49 -05:00
|
|
|
|
|
|
|
mapping set
|
|
|
|
-----------
|
|
|
|
|
|
|
|
Set mapping properties
|
|
|
|
|
|
|
|
.. program:: mapping set
|
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack mapping set
|
2015-01-06 01:43:49 -05:00
|
|
|
[--rules <filename>]
|
|
|
|
<mapping>
|
|
|
|
|
|
|
|
.. option:: --rules <filename>
|
|
|
|
|
|
|
|
Filename that contains a new set of mapping rules
|
|
|
|
|
|
|
|
.. _mapping_set-mapping:
|
|
|
|
.. describe:: <mapping>
|
|
|
|
|
|
|
|
Mapping to modify
|
|
|
|
|
|
|
|
mapping show
|
|
|
|
------------
|
|
|
|
|
|
|
|
Display mapping details
|
|
|
|
|
|
|
|
.. program:: mapping show
|
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack mapping show
|
2015-01-06 01:43:49 -05:00
|
|
|
<mapping>
|
|
|
|
|
|
|
|
.. _mapping_show-mapping:
|
|
|
|
.. describe:: <mapping>
|
|
|
|
|
|
|
|
Mapping to display
|