summaryrefslogtreecommitdiff
path: root/keystoneclient/adapter.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/adapter.py
parent7780758f1130f3195ac4145ebc2aea792e55b7d6 (diff)
parent14a6d80116c5d9410d1c52bee833beb10837df28 (diff)
downloadpython-keystoneclient-2e900a9347fdbcf9f656aaf57cce31b0e2cf1eed.tar.gz
Merge "Cleanup docs - raises class"
Diffstat (limited to 'keystoneclient/adapter.py')
-rw-r--r--keystoneclient/adapter.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/keystoneclient/adapter.py b/keystoneclient/adapter.py
index 68919b7..1ba9bfc 100644
--- a/keystoneclient/adapter.py
+++ b/keystoneclient/adapter.py
@@ -94,7 +94,8 @@ class Adapter(object):
on the session. (optional)
:type auth: :class:`keystoneclient.auth.base.BaseAuthPlugin`
- :raises AuthorizationFailure: if a new token fetch fails.
+ :raises keystoneclient.exceptions.AuthorizationFailure: if a new token
+ fetch fails.
:returns string: A valid token.
"""
@@ -107,7 +108,8 @@ class Adapter(object):
the session. (optional)
:type auth: :class:`keystoneclient.auth.base.BaseAuthPlugin`
- :raises MissingAuthPlugin: if a plugin is not available.
+ :raises keystoneclient.exceptions.MissingAuthPlugin: if a plugin is not
+ available.
:returns string: An endpoint if available or None.
"""