A mapping is used by the Identity service’s OS-FEDERATION extension. It is used by federation protocols and identity providers. Applicable to Identity v3.
Create new mapping
openstack mapping create --rules <filename> <name>
--rules
<filename>
¶Filename that contains a set of mapping rules (required)
name
¶New mapping name (must be unique)
This command is provided by the python-openstackclient plugin.
Delete mapping(s)
openstack mapping delete <mapping> [<mapping> ...]
mapping
¶Mapping(s) to delete
This command is provided by the python-openstackclient plugin.
List mappings
openstack mapping list [--sort-column SORT_COLUMN]
--sort-column
SORT_COLUMN
¶specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
This command is provided by the python-openstackclient plugin.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.