Create EC2 credentials
openstack ec2 credentials create [--project <project>] [--user <user>]
Create credentials in project (name or ID; default: current authenticated project)
Create credentials for user (name or ID; default: current authenticated user)
Delete EC2 credentials
openstack ec2 credentials delete
[--user <user>]
<access-key>
[<access-key> ...]
Delete credentials for user (name or ID)
Credentials access key(s)
List EC2 credentials
openstack ec2 credentials list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--user <user>]
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
Filter list by user (name or ID)
Display EC2 credentials details
openstack ec2 credentials show [--user <user>] <access-key>
Show credentials for user (name or ID)
Credentials access key
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.