blazar/openstack-common.conf
Dina Belova 34778799f4 Port to oslo.messaging
* Remove openstack.common.rpc module and implement oslo.messaging
usage instead of that.
* Remove openstack.common.notifier (except api) as it is part of
oslo.messaging now.
* Remove zmq_receiver as a part of oslo.messaging too.

Implements: blueprint oslo-messaging
Change-Id: I4855826b2435b96bcf22ada239d17fa6d0837184
2014-02-13 08:55:51 +04:00

31 lines
561 B
Plaintext

[DEFAULT]
# The list of modules to copy from oslo-incubator
module=db
module=db.sqlalchemy
module=eventlet_backdoor
module=excutils
module=gettextutils
module=importutils
module=jsonutils
module=local
module=lockutils
module=log
module=loopingcall
module=middleware
module=network_utils
# current update.py script will download full notifier dir,
# but we need only notifier.api
module=notifier.api
module=policy
module=service
module=setup
module=threadgroup
module=timeutils
module=wsgi
# The base module to hold the copy of openstack.common
base=climate