doc: remove unused import

In the migrating docs there was an import of session that none of the
sample lines used.

Change-Id: I831fe126e5488c959468f0513c72ef9235ac6e01
Signed-off-by: Antoni Segura Puimedon <antonisp@celebdor.com>
This commit is contained in:
Antoni Segura Puimedon 2016-09-09 12:26:48 +02:00
parent 50e8ace09c
commit 151f31314e
No known key found for this signature in database
GPG Key ID: 2329618D2967720A
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ Obtaining the session::
-from keystoneclient import session
+from keystoneauth1 import loading as ks_loading
+from keystoneauth1 import session
-_SESSION = session.Session.load_from_conf_options(
-auth_plugin = auth.load_from_conf_options(conf, NEUTRON_GROUP)