]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Removed 'rpc' and 'notifier' incubator modules
authorIhar Hrachyshka <ihrachys@redhat.com>
Mon, 9 Jun 2014 13:14:14 +0000 (15:14 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Fri, 20 Jun 2014 18:44:53 +0000 (20:44 +0200)
commitda72b2646d017cbecf402a188ba1da5590529330
tree928c89fb7f66725a040c0a59a4b6cf27202e6316
parentb2825740488e7afc60479726d305b4fe8ea85361
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
25 files changed:
bin/neutron-rpc-zmq-receiver [deleted file]
neutron/openstack/common/notifier/__init__.py [deleted file]
neutron/openstack/common/notifier/api.py [deleted file]
neutron/openstack/common/notifier/log_notifier.py [deleted file]
neutron/openstack/common/notifier/no_op_notifier.py [deleted file]
neutron/openstack/common/notifier/rabbit_notifier.py [deleted file]
neutron/openstack/common/notifier/rpc_notifier.py [deleted file]
neutron/openstack/common/notifier/rpc_notifier2.py [deleted file]
neutron/openstack/common/notifier/test_notifier.py [deleted file]
neutron/openstack/common/rpc/__init__.py [deleted file]
neutron/openstack/common/rpc/amqp.py [deleted file]
neutron/openstack/common/rpc/common.py [deleted file]
neutron/openstack/common/rpc/dispatcher.py [deleted file]
neutron/openstack/common/rpc/impl_fake.py [deleted file]
neutron/openstack/common/rpc/impl_kombu.py [deleted file]
neutron/openstack/common/rpc/impl_qpid.py [deleted file]
neutron/openstack/common/rpc/impl_zmq.py [deleted file]
neutron/openstack/common/rpc/matchmaker.py [deleted file]
neutron/openstack/common/rpc/matchmaker_redis.py [deleted file]
neutron/openstack/common/rpc/matchmaker_ring.py [deleted file]
neutron/openstack/common/rpc/proxy.py [deleted file]
neutron/openstack/common/rpc/serializer.py [deleted file]
neutron/openstack/common/rpc/service.py [deleted file]
neutron/openstack/common/rpc/zmq_receiver.py [deleted file]
openstack-common.conf