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:
Jamie Lennox 2015-12-07 10:20:07 +11:00 committed by Morgan Fainberg
parent 75d571bd47
commit 0a0721a44f
1 changed files with 1 additions and 1 deletions

View File

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