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)
This command is provided by the python-openstackclient plugin.
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)
This command is provided by the python-openstackclient plugin.
List EC2 credentials
openstack ec2 credentials list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--user <user>]
--format-config-file
<FORMAT_CONFIG>
¶Config file for the dict-to-csv formatter
--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
--user
<user>
¶Filter list by user (name or ID)
This command is provided by the python-openstackclient plugin.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.