From 62aca6f0b4351de00a139170fda669d2e1fed094 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Mon, 5 May 2014 17:35:04 -0500 Subject: [PATCH] Remove importutils from oslo config The importutils module is only used by other oslo modules, so remove it from openstack-common.conf. It'll be pulled in automatically if it's needed. Change-Id: Iaa7e047a9ff76f911f8c64b45ceb1f240855670a --- openstack-common.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/openstack-common.conf b/openstack-common.conf index e6993ee0..29277403 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -2,7 +2,6 @@ # The list of modules to copy from oslo-incubator module=apiclient -module=importutils module=install_venv_common module=fixture.config module=jsonutils