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:
parent
50e8ace09c
commit
151f31314e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user