]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Make use of openstack.common.jsonutils.
authorRussell Bryant <rbryant@redhat.com>
Tue, 17 Jul 2012 04:10:29 +0000 (05:10 +0100)
committerMark McLoughlin <markmc@redhat.com>
Thu, 19 Jul 2012 16:20:18 +0000 (17:20 +0100)
commit64306e87b38483c00e5055f246294f081e1f0a5b
treedb72bf0805212817ecf4207594226ab571d1094b
parentd211eba148f2ec401dadd62114b9a2ea2c95f11a
Make use of openstack.common.jsonutils.

This patch imports jsonutils from openstack-common.  It removes the
equivalent code from cinder.utils and then converts the code base to use
jsonutils.  The primary motivator for this change was to remove the rest
of the dependencies from cinder.rpc on cinder.utils.

Change-Id: I4b16577f774194a628bf84d5352e63ec1f868698
cinder/api/openstack/wsgi.py
cinder/notifier/api.py
cinder/openstack/common/jsonutils.py [new file with mode: 0644]
cinder/rpc/common.py
cinder/tests/test_utils.py
cinder/utils.py
openstack-common.conf