From cbc1897b7d87946e5f9a84727310b59af4c7d624 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Sat, 10 Oct 2015 02:36:15 -0400 Subject: Move session and fixtures to keystoneauth1 in an effort to start consuming keystoneauth1, we can move our sesssion and fixture code over to use keystoneauth1 instead of keystoneclient. Change-Id: Ibcbd588ce2e3d864f87ff1eb6e1c3c071a1e06f6 --- openstackclient/tests/fakes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient/tests/fakes.py') diff --git a/openstackclient/tests/fakes.py b/openstackclient/tests/fakes.py index 979f9481..357c470f 100644 --- a/openstackclient/tests/fakes.py +++ b/openstackclient/tests/fakes.py @@ -17,7 +17,7 @@ import json import six import sys -from keystoneclient import fixture +from keystoneauth1 import fixture import requests -- cgit v1.2.1