From ecbbbff823d5cdc6eecefc230907dc0ba1b945fd Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Mon, 9 Jun 2014 15:14:14 +0200 Subject: [PATCH] Removed 'rpc' and 'notifier' incubator modules Port to oslo.messaging is done, so remove now unused pieces from the tree. Also removed obsolete bin/quantum-rpc-zmq-receiver. It comes from old days of oslo-rpc, it was reimplemented later as openstack/common/rpc/zmq_receiver.py in oslo-incubator, and we've removed the whole tree for old RPC layer anyway. blueprint oslo-messaging Change-Id: If7155c59c8ef58d06164938998180f3367b9bb16 --- openstack-common.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/openstack-common.conf b/openstack-common.conf index 15001a359..f6f6fdaf5 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -19,11 +19,9 @@ module=log_handler module=loopingcall module=middleware module=network_utils -module=notifier module=periodic_task module=policy module=processutils -module=rpc module=service module=sslutils module=strutils