put the common options in identity.common, this way the help is consistent Change-Id: I5b09cfb56fa0f8d16feb95150f216fccbe9f2b22
3.3 KiB
ec2 credentials
Identity v2
ec2 credentials create
Create EC2 credentials
ec2 credentials create
os ec2 credentials create
[--project <project>]
[--user <user>]
[--user-domain <user-domain>]
[--project-domain <project-domain>]
--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)
--user-domain <user-domain>
Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
3
--project-domain <project-domain>
Domain the project belongs to (name or ID). This can be used in case collisions between user names exist.
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.
ec2 credentials delete
Delete EC2 credentials
ec2 credentials delete
os ec2 credentials delete
[--user <user>]
[--user-domain <user-domain>]
<access-key>
--user <user>
Delete credentials for user (name or ID)
--user-domain <user-domain>
Select user from a specific domain (name or ID) This can be used in case collisions between user names exist.
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.
ec2 credentials list
List EC2 credentials
ec2 credentials list
os ec2 credentials list
[--user <user>]
[--user-domain <user-domain>]
--user <user>
Filter list by <user> (name or ID)
--user-domain <user-domain>
Select user from a specific domain (name or ID) This can be used in case collisions between user names exist.
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.
ec2 credentials show
Display EC2 credentials details
ec2 credentials show
os ec2 credentials show
[--user <user>]
[--user-domain <user-domain>]
<access-key>
--user <user>
Show credentials for user (name or ID)
--user-domain <user-domain>
Select user from a specific domain (name or ID) This can be used in case collisions between user names exist.
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.