Merge "connection: Fix typo"

This commit is contained in:
Zuul
2023-10-24 15:29:54 +00:00
committed by Gerrit Code Review

View File

@@ -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)
conn = connection.Connection(
session=session,
session=sess,
oslo_conf=CONF,
)