ec2 credentials

ec2 credentials

Identity v2

ec2 credentials create

Create EC2 credentials

openstack 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.

New in version 3.

--project-domain <project-domain>

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.

ec2 credentials delete

Delete EC2 credentials

openstack ec2 credentials delete
    [--user <user>]
    [--user-domain <user-domain>]
    <access-key> [<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.

New in version 3.

access-key

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.

ec2 credentials list

List EC2 credentials

openstack 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.

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.

ec2 credentials show

Display EC2 credentials details

openstack 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.

New in version 3.

access-key

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.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.