From 7665d52a0c0643aa6034aa8cf3ae1240c693ca5f Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Tue, 2 Jun 2015 23:38:02 -0400 Subject: Add domain support for ec2creds in v3 identity A follow up work item from I52ff2020ef2fcbdc8a98280b73c6fd4a93bc8e0f to support domain scoped users and projects for ec2creds in the v3 identity api. Related-Bug: 1236326 Change-Id: If4ac5356ade8cff347bb9eb9f88d1ace82bb7275 --- doc/source/command-objects/ec2-credentials.rst | 41 ++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'doc/source/command-objects') diff --git a/doc/source/command-objects/ec2-credentials.rst b/doc/source/command-objects/ec2-credentials.rst index a5b67549..d675dc8c 100644 --- a/doc/source/command-objects/ec2-credentials.rst +++ b/doc/source/command-objects/ec2-credentials.rst @@ -15,6 +15,8 @@ Create EC2 credentials os ec2 credentials create [--project ] [--user ] + [--user-domain ] + [--project-domain ] .. option:: --project @@ -24,6 +26,21 @@ Create EC2 credentials Specify an alternate user (default: current authenticated user) +.. option:: --user-domain + + Domain the user belongs to (name or ID). + This can be used in case collisions between user names exist. + + .. versionadded:: 3 + +.. option:: --project-domain + + Domain the project belongs to (name or ID). + This can be used in case collisions between project names exist. + + .. versionadded:: 3 + + The :option:`--project` and :option:`--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. @@ -38,12 +55,20 @@ Delete EC2 credentials os ec2 credentials delete [--user ] + [--user-domain ] .. option:: --user Specify a user +.. option:: --user-domain + + Domain the user belongs to (name or ID). + This can be used in case collisions between user names exist. + + .. versionadded:: 3 + .. _ec2_credentials_delete-access-key: .. describe:: access-key @@ -63,11 +88,19 @@ List EC2 credentials os ec2 credentials list [--user ] + [--user-domain ] .. option:: --user Filter list by +.. option:: --user-domain + + Domain the user belongs to (name or ID). + This can be used in case collisions between user names exist. + + .. versionadded:: 3 + The :option:`--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. @@ -82,12 +115,20 @@ Display EC2 credentials details os ec2 credentials show [--user ] + [--user-domain ] .. option:: --user Specify a user +.. option:: --user-domain + + Domain the user belongs to (name or ID). + This can be used in case collisions between user names exist. + + .. versionadded:: 3 + .. _ec2_credentials_show-access-key: .. describe:: access-key -- cgit v1.2.1