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>
Filename that contains a set of mapping rules (required)
New mapping name (must be unique)
Delete mapping(s)
openstack mapping delete <mapping> [<mapping> ...]
Mapping(s) to delete
List mappings
openstack mapping list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
Set mapping properties
openstack mapping set [--rules <filename>] <name>
Filename that contains a new set of mapping rules
Mapping to modify
Display mapping details
openstack mapping show <mapping>
Mapping to display
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.