From bcda0cfdea6febe33fdb0b5622a22742162071e4 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 19 Jun 2015 16:31:56 +0200 Subject: [PATCH] Add fileutils to openstack-common.conf There is code importing this directly, so it must be explicitly listed. Change-Id: I0adef8184fdb65005c49b393ebec8aa5a7ad239c --- openstack-common.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openstack-common.conf b/openstack-common.conf index eecec1064..56b4a26ea 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -1,4 +1,7 @@ [DEFAULT] +# The list of modules to copy from oslo-incubator +module=fileutils + # The base module to hold the copy of openstack.common base=ceilometer