From 0358ea99bc25027a946fe3744da9b7cc4b090cc7 Mon Sep 17 00:00:00 2001 From: Michael Still Date: Mon, 20 May 2013 11:47:12 +1000 Subject: Add missing oslo module. Policy was being used, and there was a copy in openstack.common, but it didn't appear in the openstack-common.conf config file. Fix that. Resolves bug 1181893. Change-Id: Ib62bec4fcfc6c04d8f53ef503b028c287c4d1c63 --- openstack-common.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/openstack-common.conf b/openstack-common.conf index 23156afd..1156eb95 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -4,6 +4,7 @@ module=importutils module=install_venv_common module=jsonutils +module=policy module=timeutils # The base module to hold the copy of openstack.common -- cgit