summaryrefslogtreecommitdiff
path: root/openstack-common.conf
diff options
context:
space:
mode:
authorZhongyue Luo <lzyeval@gmail.com>2012-06-07 10:20:25 +0800
committerZhongyue Luo <lzyeval@gmail.com>2012-06-07 12:24:21 +0800
commitdedefaeea3d9547e58af8f263327b8bfd28296f1 (patch)
tree22a8bddf96a910dc1a97194cca8c9f349803267a /openstack-common.conf
parent06e1e75ecc27ccb00293585f23e0860eeaafd7b2 (diff)
downloadneutron-dedefaeea3d9547e58af8f263327b8bfd28296f1.tar.gz
Quantum should use openstack.common.jsonutils
Implements blueprint use-common-jsonutils 1. Edit openstack-common.conf and import quantum/openstack/common/jsonutils.py 2. Remove json package imports and replace with jsonutils 3. Remove json related functions in common/utils.py Change-Id: Id5abc49175899fa4d83e613f852aaaac539ecfcb
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 31b82b840d..d451e1ef96 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,importutils,iniparser,setup
+modules=cfg,importutils,iniparser,jsonutils,setup
# The base module to hold the copy of openstack.common
base=quantum