mapping¶
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.
mapping create¶
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.
mapping delete¶
Delete mapping(s)
openstack mapping delete <mapping> [<mapping> ...]
-
mapping¶ Mapping(s) to delete
This command is provided by the python-openstackclient plugin.
mapping list¶
List mappings
openstack mapping list [--sort-column SORT_COLUMN]
-
--sort-columnSORT_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.