ec2 credentials (Identity v2)¶
ec2 credentials create¶
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.
ec2 credentials delete¶
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.
ec2 credentials list¶
List EC2 credentials
openstack ec2 credentials list
[--sort-column SORT_COLUMN]
[--user <user>]
-
--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
-
--user<user>¶ Filter list by user (name or ID)
This command is provided by the python-openstackclient plugin.