diff options
| author | Terry Howe <terrylhowe@gmail.com> | 2014-06-18 11:19:31 -0600 |
|---|---|---|
| committer | Terry Howe <terrylhowe@gmail.com> | 2014-06-18 14:58:04 -0600 |
| commit | 25d6955bb477241af0926ca90969b9e0c1ec5647 (patch) | |
| tree | 4fe217dd5d3ff4208ca09b85d893bcb40c607de1 /openstackclient/identity/v3 | |
| parent | d6321c0893d529af1548da79a985f337bce7069f (diff) | |
| download | python-openstackclient-25d6955bb477241af0926ca90969b9e0c1ec5647.tar.gz | |
Change the token verb to issue/revoke
Change the token verb to issue/revoke as documented in:
https://wiki.openstack.org/wiki/OpenStackClient/Commands#token
https://wiki.openstack.org/wiki/OpenStackClient/Commands#Actions
Change-Id: I44f77f98ad3269c4f2149301c204804dcb75ac81
Diffstat (limited to 'openstackclient/identity/v3')
| -rw-r--r-- | openstackclient/identity/v3/token.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/identity/v3/token.py b/openstackclient/identity/v3/token.py index 3cc78cd7..452a7ae5 100644 --- a/openstackclient/identity/v3/token.py +++ b/openstackclient/identity/v3/token.py @@ -186,7 +186,7 @@ class CreateRequestToken(show.ShowOne): class CreateToken(show.ShowOne): - """Create token command""" + """Issue token command""" log = logging.getLogger(__name__ + '.CreateToken') |
