From ba76b954e69de56f76f9db5cade1780bc351be67 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 15 May 2012 12:54:16 -0400 Subject: Make use of openstack.common.jsonutils. This patch imports jsonutils from openstack-common. It removes the equivalent code from nova.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 nova.rpc on nova.utils. Change-Id: If43658b9b098ed56cba018c81be268b8c3e2916a --- openstack-common.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstack-common.conf') diff --git a/openstack-common.conf b/openstack-common.conf index 538d4b0c0..61690b895 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -1,7 +1,7 @@ [DEFAULT] # The list of modules to copy from openstack-common -modules=cfg,excutils,local,importutils,iniparser,setup +modules=cfg,excutils,local,importutils,iniparser,jsonutils,setup # The base module to hold the copy of openstack.common base=nova -- cgit