From e80a71748356c6c55f52755e45e227e9a505fdd4 Mon Sep 17 00:00:00 2001 From: Michael Still Date: Sun, 19 May 2013 09:44:25 +1000 Subject: Add memorycache import into the oslo config. Resolves bug 1181633. Change-Id: I86af10a2bb0f8afa5e2cf0d14e1839b872c21c90 --- openstack-common.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/openstack-common.conf b/openstack-common.conf index 24c306181..75a1d2ce5 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -17,6 +17,7 @@ module=local module=lockutils module=log module=loopingcall +module=memorycache module=network_utils module=notifier module=patch_tox_venv -- cgit