Identity v2
Create EC2 credentials
os 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.
New in version 3.
Domain the project belongs to (name or ID). This can be used in case collisions between user names exist.
New in version 3.
The --project and --user options are typically only useful for admin users, but may be allowed for other users depending on the policy of the cloud and the roles granted to the user.
Delete EC2 credentials
os ec2 credentials delete
[--user <user>]
[--user-domain <user-domain>]
<access-key> [<access-key> ...]
Delete credentials for user (name or ID)
Select user from a specific domain (name or ID) This can be used in case collisions between user names exist.
New in version 3.
Credentials access key(s)
The --user option is typically only useful for admin users, but may be allowed for other users depending on the policy of the cloud and the roles granted to the user.
List EC2 credentials
os ec2 credentials list
[--user <user>]
[--user-domain <user-domain>]
Filter list by <user> (name or ID)
Select user from a specific domain (name or ID) This can be used in case collisions between user names exist.
New in version 3.
The --user option is typically only useful for admin users, but may be allowed for other users depending on the policy of the cloud and the roles granted to the user.
Display EC2 credentials details
os ec2 credentials show
[--user <user>]
[--user-domain <user-domain>]
<access-key>
Show credentials for user (name or ID)
Select user from a specific domain (name or ID) This can be used in case collisions between user names exist.
New in version 3.
Credentials access key
The --user option is typically only useful for admin users, but may be allowed for other users depending on the policy of the cloud and the roles granted to the user.