python-openstackclient/doc/source/command-objects/ec2-credentials.rst
Dean Troyer 4f7777ca0e Command docs: ec2 credentials
Add ec2 credentials docs

Change-Id: I1699d1c8e9859153557081966654646966a3268d
2015-01-02 11:01:36 -06:00

2.1 KiB

ec2 credentials

Identity v2

ec2 credentials create

Create EC2 credentials

ec2 credentials create

os ec2 credentials create
    [--project <project>]
    [--user <user>]

--project <project>

Specify an alternate project (default: current authenticated project)

--user <user>

Specify an alternate user (default: current authenticated user)

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>]
    <access-key>

--user <user>

Specify a user

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 <user>

Filter list by <user>

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>]
    <access-key>

--user <user>

Specify a user

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.