summaryrefslogtreecommitdiff
path: root/keystoneclient/httpclient.py
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/httpclient.py
parent7780758f1130f3195ac4145ebc2aea792e55b7d6 (diff)
parent14a6d80116c5d9410d1c52bee833beb10837df28 (diff)
downloadpython-keystoneclient-2e900a9347fdbcf9f656aaf57cce31b0e2cf1eed.tar.gz
Merge "Cleanup docs - raises class"
Diffstat (limited to 'keystoneclient/httpclient.py')
-rw-r--r--keystoneclient/httpclient.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/keystoneclient/httpclient.py b/keystoneclient/httpclient.py
index 670cb64..79b5e88 100644
--- a/keystoneclient/httpclient.py
+++ b/keystoneclient/httpclient.py
@@ -365,9 +365,10 @@ class HTTPClient(baseclient.Client, base.BaseAuthPlugin):
self.management_url from the details provided in the token.
:returns: ``True`` if authentication was successful.
- :raises: AuthorizationFailure if unable to authenticate or validate
- the existing authorization token
- :raises: ValueError if insufficient parameters are used.
+ :raises keystoneclient.exceptions.AuthorizationFailure: if unable to
+ authenticate or validate the existing authorization token
+ :raises keystoneclient.exceptions.ValueError: if insufficient
+ parameters are used.
If keyring is used, token is retrieved from keyring instead.
Authentication will only be necessary if any of the following