From 17723a6b6dc047e6341bcfcda29120580f352b46 Mon Sep 17 00:00:00 2001 From: Zhongyue Luo Date: Mon, 4 Jun 2012 13:30:35 +0800 Subject: Keystone should use openstack.common.importutils Implements blueprint use-common-importutils Change-Id: I597f71dc72aa3b87a454c4a23ca1b5328e222f76 --- 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 44eda773..4fc47f9a 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,iniparser,setup +modules=cfg,importutils,iniparser,setup # The base module to hold the copy of openstack.common base=keystone -- cgit