python-openstackclient/doc/source/cli/command-objects/ec2-credentials.rst
Doug Hellmann 9599ffe65d reorganize existing documentation according to the new standard layout
Move existing content around based on the doc-migration specification.

Replace :doc: markup with :ref: to have sphinx keep track of where the
files move and generate valid hyperlinks.

Add a few toctrees and index pages for the new directories.

Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Change-Id: I253ee8f89d3ec40e39310c18bb87ed1d3d5de330
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-23 11:54:32 +02:00

3.3 KiB

ec2 credentials

Identity v2

ec2 credentials create

Create EC2 credentials

ec2 credentials create

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.

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

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.

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.

ec2 credentials list

List EC2 credentials

ec2 credentials list

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.

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

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.

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.