From a3ac46644889e460f3f9e3fe89a87296d2a4ac8a Mon Sep 17 00:00:00 2001 From: Michael Ionkin Date: Wed, 27 Jan 2016 17:14:45 +0300 Subject: Keystoneclient to keystoneauth migration Keystoneauth was extracted from keystoneclient so we need to migrate to keystoneauth also deleted get_projects_list method because it is not used Change-Id: I2c611d6b5ae08eacc11513e0dd2548e42b9dc828 bp: keystoneclient-to-keystoneauth --- doc/source/api.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/source/api.rst b/doc/source/api.rst index 10f0838..f49e663 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -33,8 +33,8 @@ Session object should be used for this purpose. For example: .. sourcecode:: python - from keystoneclient.auth.identity import v2 - from keystoneclient import session + from keystoneauth1.identity import v2 + from keystoneauth1 import session from saharaclient import client auth = v2.Password(auth_url=AUTH_URL, @@ -62,8 +62,8 @@ default values. .. sourcecode:: python - from keystoneclient.auth.identity import v2 - from keystoneclient import session + from keystoneauth1.identity import v2 + from keystoneauth1 import session from saharaclient import client auth = v2.Password(auth_url=AUTH_URL, -- cgit v1.2.1