summaryrefslogtreecommitdiff
path: root/openstackclient/tests/common/test_clientmanager.py
diff options
context:
space:
mode:
authorwanghong <w.wanghong@huawei.com>2014-10-17 11:36:53 +0800
committerwanghong <w.wanghong@huawei.com>2014-10-17 14:13:32 +0800
commitdeda02331474632c47b88c166241cd65b2952269 (patch)
tree9d2d7ee0ee86361338bff956a12c7a7cf6b52baa /openstackclient/tests/common/test_clientmanager.py
parentfa9cdef8740dffec347c8e9b1e75af7aae78c623 (diff)
downloadpython-openstackclient-deda02331474632c47b88c166241cd65b2952269.tar.gz
use jsonutils in oslo.serialization instead of keystoneclient
keystoneclient/openstack/common/jsonutils.py is removed in this patch https://review.openstack.org/#/c/128454/ Now, we should use jsonutils in oslo.serialization package. Change-Id: I7c8e8e6d5dffa85244368fd578616c9b19f4fd21
Diffstat (limited to 'openstackclient/tests/common/test_clientmanager.py')
-rw-r--r--openstackclient/tests/common/test_clientmanager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/common/test_clientmanager.py b/openstackclient/tests/common/test_clientmanager.py
index 18461fb7..9e9749c6 100644
--- a/openstackclient/tests/common/test_clientmanager.py
+++ b/openstackclient/tests/common/test_clientmanager.py
@@ -16,8 +16,8 @@ import mock
from requests_mock.contrib import fixture
from keystoneclient.auth.identity import v2 as auth_v2
-from keystoneclient.openstack.common import jsonutils
from keystoneclient import service_catalog
+from oslo.serialization import jsonutils
from openstackclient.api import auth
from openstackclient.common import clientmanager