diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2015-06-09 17:25:12 -0400 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2015-06-17 12:38:40 -0400 |
| commit | 2b0013c5c1afe6d2fee5f93cf6928f6f910048c1 (patch) | |
| tree | 87413a7156db9480e41a5fc158d20152bd2f097e /doc/source/command-objects/ec2-credentials.rst | |
| parent | c508162d53eca70596ab28333982185cf27d1c38 (diff) | |
| download | python-openstackclient-2b0013c5c1afe6d2fee5f93cf6928f6f910048c1.tar.gz | |
Refactor option handling for user|group|project domain scoping
put the common options in identity.common, this way the help is
consistent
Change-Id: I5b09cfb56fa0f8d16feb95150f216fccbe9f2b22
Diffstat (limited to 'doc/source/command-objects/ec2-credentials.rst')
| -rw-r--r-- | doc/source/command-objects/ec2-credentials.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/source/command-objects/ec2-credentials.rst b/doc/source/command-objects/ec2-credentials.rst index f8e38564..6748422e 100644 --- a/doc/source/command-objects/ec2-credentials.rst +++ b/doc/source/command-objects/ec2-credentials.rst @@ -28,19 +28,18 @@ Create EC2 credentials .. option:: --user-domain <user-domain> - Select user from a specific domain (name or ID) - This can be used in case collisions between user names exist. + Domain the user belongs to (name or ID). This can be + used in case collisions between user names exist. .. versionadded:: 3 .. option:: --project-domain <project-domain> - Select project from a specific domain (name or ID) - This can be used in case collisions between project names exist. + Domain the project belongs to (name or ID). This can be + used in case collisions between user 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. |
