Correct import of keystoneauth1 session
keystoneclient.session has been long deprecated in favor of keystoneauth1.session. This change corrects the import to use keystoneauth1.session instead of keystoneclient.session. Change-Id: Id792bc82fcf850408e5425f06767f0f65e322e49
This commit is contained in:
parent
4cbc6e1f9c
commit
0ab3e5c7a4
@ -15,8 +15,8 @@
|
||||
|
||||
"""Auth."""
|
||||
|
||||
from keystoneauth1 import session
|
||||
from keystoneclient.auth.identity import v2 as identity
|
||||
from keystoneclient import session
|
||||
from oslo_log import log as logging
|
||||
from valet.tests.functional.valet_validator.common.init import CONF
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user