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