diff options
| author | Dolph Mathews <dolph.mathews@gmail.com> | 2012-10-24 07:12:30 -0500 |
|---|---|---|
| committer | Dolph Mathews <dolph.mathews@gmail.com> | 2012-10-24 07:21:47 -0500 |
| commit | 5f38eb736c50f4feb245f88780167ff0b41263c4 (patch) | |
| tree | cd6bc96807559b80e9c791054470e37b41d5cb72 /keystoneclient/client.py | |
| parent | c3b4f7fd0e4c010b05e91f952fb2345da6c6cba5 (diff) | |
| download | python-keystoneclient-5f38eb736c50f4feb245f88780167ff0b41263c4.tar.gz | |
Replace refs to 'Keystone API' with 'Identity API'
Formally, OpenStack Keystone implements the OpenStack Identity API, and
this is a client to the API, not to Keystone itself.
Change-Id: If568866221a29ba041f0f2cd56dc81deeb9ebc00
Diffstat (limited to 'keystoneclient/client.py')
| -rw-r--r-- | keystoneclient/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/client.py b/keystoneclient/client.py index c61f891..5870eae 100644 --- a/keystoneclient/client.py +++ b/keystoneclient/client.py @@ -70,7 +70,7 @@ class HTTPClient(httplib2.Http): _logger.addHandler(ch) def authenticate(self): - """ Authenticate against the keystone API. + """ Authenticate against the Identity API. Not implemented here because auth protocols should be API version-specific. |
