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
This commit is contained in:
wanghong 2014-10-17 11:36:53 +08:00
parent fa9cdef874
commit deda023314
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -8,6 +8,7 @@ Babel>=1.3
cliff>=1.7.0 # Apache-2.0
oslo.i18n>=1.0.0 # Apache-2.0
oslo.utils>=1.0.0 # Apache-2.0
oslo.serialization>=1.0.0 # Apache-2.0
python-glanceclient>=0.14.0
python-keystoneclient>=0.11.1
python-novaclient>=2.18.0