From 59755aec91793a14d63bc845009c3c03669fa510 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Wed, 19 Feb 2014 09:15:29 -0800 Subject: [PATCH] Remove unused notifier and rpc modules from oslo sync As part of the move to oslo.messaging (1a91aacb85922f8d74733979691f0bf26249debc) we stopped using oslo-incubator's notifier and rpc, but openstack-common.conf wasn't updated accordingly. Change-Id: I11e17313afa0327ba4620dd8f08ecf379efef9ac --- openstack-common.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/openstack-common.conf b/openstack-common.conf index 62b1595900ba..11be5a3f429a 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -24,11 +24,9 @@ module=loopingcall module=memorycache module=middleware module=network_utils -module=notifier module=periodic_task module=policy module=processutils -module=rpc module=service module=sslutils module=strutils