Create EC2 credentials
openstack ec2 credentials create
[--project <project>]
[--user <user>]
[--user-domain <user-domain>]
[--project-domain <project-domain>]
Create credentials in project (name or ID; default: current authenticated project)
Create credentials for user (name or ID; default: current authenticated user)
Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
Delete EC2 credentials
openstack ec2 credentials delete
[--user <user>]
[--user-domain <user-domain>]
<access-key>
[<access-key> ...]
Delete credentials for user (name or ID)
Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
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>]
[--user-domain <user-domain>]
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)
Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
Display EC2 credentials details
openstack ec2 credentials show
[--user <user>]
[--user-domain <user-domain>]
<access-key>
Show credentials for user (name or ID)
Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
Credentials access key
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.