Fix reference to ClientException

keystoneclient doesn't use apiclient exceptions anymore.

Change-Id: I7a5a732a9f3a2162d8c4b4083ee9a9c7d90e9e0d
This commit is contained in:
Brant Knudson
2016-02-28 10:59:51 -06:00
parent 7d57eceb19
commit d285715852

View File

@@ -78,8 +78,7 @@ examples of common tasks are provided below.
You can generally expect that when the client needs to propagate an You can generally expect that when the client needs to propagate an
exception it will raise an instance of subclass of exception it will raise an instance of subclass of
``keystoneclient.exceptions.ClientException`` (see :class:`keystoneclient.exceptions.ClientException`.
:py:class:`keystoneclient.openstack.common.apiclient.exceptions.ClientException`)
Authenticating Using Sessions Authenticating Using Sessions
============================= =============================