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

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)