diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-02-14 13:32:34 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-02-14 13:32:34 +0000 |
commit | 08ea638f56804168d58d5b16d87192b655df5b61 (patch) | |
tree | ffee9f405ba804eccb4956d62ee8a25a67b6d5fc /doc | |
parent | acd822506961b09f45fe445c91f32ab66c76dd58 (diff) | |
parent | a3ac46644889e460f3f9e3fe89a87296d2a4ac8a (diff) | |
download | python-saharaclient-08ea638f56804168d58d5b16d87192b655df5b61.tar.gz |
Merge "Keystoneclient to keystoneauth migration"0.12.0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/api.rst | 8 |
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, |