Use keystoneauth for auth_token fixture
This patch would have been inflight at the same time as the keystoneauth conversion patch. Now that it has merged we should use keystoneauth for the token fixture. Keystoneauth doesn't make @positional public so continue using that from ksc - we have this dependency still anyway. Change-Id: Idb04c805a55d23389fe610e11c45f9138ba1c4ff
This commit is contained in:
parent
75d571bd47
commit
0a0721a44f
@ -14,7 +14,7 @@ import logging
|
||||
import uuid
|
||||
|
||||
import fixtures
|
||||
from keystoneclient import fixture as client_fixtures
|
||||
from keystoneauth1 import fixture as client_fixtures
|
||||
from keystoneclient import utils
|
||||
import mock
|
||||
from oslo_utils import timeutils
|
||||
|
Loading…
x
Reference in New Issue
Block a user