From 274b91a72306aefce4c0001db676de86dc48b52b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Douglas=20Mendiz=C3=A1bal?= Date: Fri, 20 May 2016 15:27:00 -0500 Subject: Use keystoneauth Keystoneauth was extracted from keystoneclient. This CR replaces usage of keystoneclient in favor of keystoneauth. Co-Authored-By: Clenimar Filemon Change-Id: I4262bed1e595d58f31fe80c85e3692e4ca2840fa --- barbicanclient/tests/test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'barbicanclient/tests') diff --git a/barbicanclient/tests/test_client.py b/barbicanclient/tests/test_client.py index bb3b44c..18d3db0 100644 --- a/barbicanclient/tests/test_client.py +++ b/barbicanclient/tests/test_client.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from keystoneclient import session +from keystoneauth1 import session import mock from requests_mock.contrib import fixture import testtools -- cgit v1.2.1