Correct import of keystoneauth1 session
keystoneclient.session has been long deprecated in favor of keystoneauth1.session. This change corrects the import in the tests to use the correct library's session. Change-Id: Ic24ebde59e4b9eb70d6f14c1e0536f8d24f0de73
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
"""Compute v2 API Library Tests"""
|
||||
|
||||
from keystoneclient import session
|
||||
from keystoneauth1 import session
|
||||
from osc_lib import exceptions as osc_lib_exceptions
|
||||
from requests_mock.contrib import fixture
|
||||
|
||||
|
Reference in New Issue
Block a user