summaryrefslogtreecommitdiff
path: root/keystoneclient/client.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-11-06 06:12:53 +0000
committerGerrit Code Review <review@openstack.org>2012-11-06 06:12:53 +0000
commitb6f1b619d676944d6d1ab97788b099b25640f193 (patch)
tree9e16c0b175c64778ed177a00df733bd78484740e /keystoneclient/client.py
parent3c3f27131ef628b2c1c26f03cc593ee16c5143d5 (diff)
parent5f38eb736c50f4feb245f88780167ff0b41263c4 (diff)
downloadpython-keystoneclient-b6f1b619d676944d6d1ab97788b099b25640f193.tar.gz
Merge "Replace refs to 'Keystone API' with 'Identity API'"
Diffstat (limited to 'keystoneclient/client.py')
-rw-r--r--keystoneclient/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/client.py b/keystoneclient/client.py
index c146ff0..d5b5ac3 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.