summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2016-02-28 10:59:51 -0600
committerBrant Knudson <bknudson@us.ibm.com>2016-02-28 11:22:04 -0600
commitd28571585291235d31e840ab0d916780f3055162 (patch)
treeb2f4badfc3cf2f2a9a7827f77c093080cc739ad9 /doc
parent7d57eceb19aaaca8de84a8701552715fc8153872 (diff)
downloadpython-keystoneclient-d28571585291235d31e840ab0d916780f3055162.tar.gz
Fix reference to ClientException
keystoneclient doesn't use apiclient exceptions anymore. Change-Id: I7a5a732a9f3a2162d8c4b4083ee9a9c7d90e9e0d
Diffstat (limited to 'doc')
-rw-r--r--doc/source/using-api-v3.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/using-api-v3.rst b/doc/source/using-api-v3.rst
index 61b2b9d..2cdbb65 100644
--- a/doc/source/using-api-v3.rst
+++ b/doc/source/using-api-v3.rst
@@ -78,8 +78,7 @@ examples of common tasks are provided below.
You can generally expect that when the client needs to propagate an
exception it will raise an instance of subclass of
-``keystoneclient.exceptions.ClientException`` (see
-:py:class:`keystoneclient.openstack.common.apiclient.exceptions.ClientException`)
+:class:`keystoneclient.exceptions.ClientException`.
Authenticating Using Sessions
=============================