From cb747079d037c163349bd09814690682ae22a302 Mon Sep 17 00:00:00 2001 From: Zhongyue Luo Date: Thu, 7 Jun 2012 12:28:26 +0800 Subject: Keystone should use openstack.common.jsonutils Implements blueprint use-common-jsonutils 1. Edit openstack-common.conf and import keystone/openstack/common/jsonutils.py 2. Remove json package imports and replace with jsonutils Client code in vendor/ hasn't been changed Change-Id: I57c670fde9f2c2241eddab1b012e8d5e6a72deb7 --- 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 4fc47f9a..b96d8123 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=keystone -- cgit