summaryrefslogtreecommitdiff
path: root/keystoneclient/v2_0
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-11-18 19:18:13 +0000
committerGerrit Code Review <review@openstack.org>2014-11-18 19:18:13 +0000
commit2e900a9347fdbcf9f656aaf57cce31b0e2cf1eed (patch)
treede458e0595e5e007f6f79e660004aa483efaa31b /keystoneclient/v2_0
parent7780758f1130f3195ac4145ebc2aea792e55b7d6 (diff)
parent14a6d80116c5d9410d1c52bee833beb10837df28 (diff)
downloadpython-keystoneclient-2e900a9347fdbcf9f656aaf57cce31b0e2cf1eed.tar.gz
Merge "Cleanup docs - raises class"
Diffstat (limited to 'keystoneclient/v2_0')
-rw-r--r--keystoneclient/v2_0/client.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/keystoneclient/v2_0/client.py b/keystoneclient/v2_0/client.py
index 030632b..dc790e8 100644
--- a/keystoneclient/v2_0/client.py
+++ b/keystoneclient/v2_0/client.py
@@ -159,8 +159,8 @@ class Client(httpclient.HTTPClient):
password.
:returns: access.AccessInfo if authentication was successful.
- :raises: AuthorizationFailure if unable to authenticate or validate
- the existing authorization token
+ :raises keystoneclient.exceptions.AuthorizationFailure: if unable to
+ authenticate or validate the existing authorization token
"""
try:
if auth_url is None: