diff --git a/openstack/connection.py b/openstack/connection.py index 17a9ef158..61c954d18 100644 --- a/openstack/connection.py +++ b/openstack/connection.py @@ -131,7 +131,7 @@ construct a Connection with the ``CONF`` object and an authenticated Session. conn = connection.Connection( session=session, - oslo_config=CONF) + oslo_conf=CONF) From existing CloudRegion -------------------------