summaryrefslogtreecommitdiffstats
path: root/openstack-common.conf
diff options
context:
space:
mode:
authorRussell Bryant <rbryant@redhat.com>2012-05-15 12:54:16 -0400
committerRussell Bryant <rbryant@redhat.com>2012-05-15 15:44:14 -0400
commitba76b954e69de56f76f9db5cade1780bc351be67 (patch)
tree981706789636899cb13739a9f8942d882232b72c /openstack-common.conf
parentc8cafc6e9df3a389330da08cbcbf60fb6ca1b238 (diff)
downloadnova-ba76b954e69de56f76f9db5cade1780bc351be67.tar.gz
nova-ba76b954e69de56f76f9db5cade1780bc351be67.tar.xz
nova-ba76b954e69de56f76f9db5cade1780bc351be67.zip
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
Diffstat (limited to 'openstack-common.conf')
-rw-r--r--openstack-common.conf2
1 files changed, 1 insertions, 1 deletions
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