summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Ionkin <mionkin@mirantis.com>2016-01-27 17:14:45 +0300
committerMichael Ionkin <mionkin@mirantis.com>2016-02-11 17:45:47 +0300
commita3ac46644889e460f3f9e3fe89a87296d2a4ac8a (patch)
treea3db6f23bec617fa22e89698943875e916a663b5 /doc
parentb17daffd73df425fe573ab6e11990a7327d01f50 (diff)
downloadpython-saharaclient-a3ac46644889e460f3f9e3fe89a87296d2a4ac8a.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/source/api.rst8
1 files changed, 4 insertions, 4 deletions
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,