From 0a0721a44f93677ea300823da5806057071ec981 Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Mon, 7 Dec 2015 10:20:07 +1100 Subject: [PATCH] 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 --- keystonemiddleware/fixture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystonemiddleware/fixture.py b/keystonemiddleware/fixture.py index 6d7d84d9..7f106a5f 100644 --- a/keystonemiddleware/fixture.py +++ b/keystonemiddleware/fixture.py @@ -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