Merge "connection: Fix typo"
This commit is contained in:
@@ -150,7 +150,7 @@ construct a Connection with the ``CONF`` object and an authenticated Session.
|
|||||||
sess = ks_loading.load_session_from_conf_options(CONF, 'neutron', auth=auth)
|
sess = ks_loading.load_session_from_conf_options(CONF, 'neutron', auth=auth)
|
||||||
|
|
||||||
conn = connection.Connection(
|
conn = connection.Connection(
|
||||||
session=session,
|
session=sess,
|
||||||
oslo_conf=CONF,
|
oslo_conf=CONF,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user