From d27407798d8d7e75cfba7c31b577bc872ddb1ce7 Mon Sep 17 00:00:00 2001 From: Michael Still Date: Tue, 21 May 2013 14:42:00 +1000 Subject: [PATCH] Convert to more modern openstack-common.conf format. Change-Id: Ib02edb34b02d63f2dcf6fa08a224e5ec1fa02525 --- openstack-common.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openstack-common.conf b/openstack-common.conf index a3197a085..74f13100a 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -1,7 +1,9 @@ [DEFAULT] # The list of modules to copy from openstack-common -modules=timeutils,strutils,uuidutils +module=strutils +module=timeutils +module=uuidutils # The base module to hold the copy of openstack.common base=novaclient