From d28571585291235d31e840ab0d916780f3055162 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Sun, 28 Feb 2016 10:59:51 -0600 Subject: Fix reference to ClientException keystoneclient doesn't use apiclient exceptions anymore. Change-Id: I7a5a732a9f3a2162d8c4b4083ee9a9c7d90e9e0d --- doc/source/using-api-v3.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc') 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 ============================= -- cgit v1.2.1