From 524bfb84f5119315af56556cc9911f92c538b5b0 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 2 May 2012 13:44:20 -0400 Subject: Update common.importutils from openstack-common. This patch updates common.importutils from openstack-common. The change was to remove the usage of common.exception. The rest of the patch includes the changes required in nova to no longer use common.exception, as well. Change-Id: Iacd186b2c466cba84248ae10589ffbb5a9cec0ba --- 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 d32dec4e6..61850d238 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,exception,local,importutils,iniparser +modules=cfg,local,importutils,iniparser # The base module to hold the copy of openstack.common base=nova -- cgit