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:
Gage Hugo 2017-09-12 16:19:49 -05:00
parent 8f4440a6de
commit 760e91abcf
1 changed files with 1 additions and 1 deletions

View File

@ -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