34778799f4
* 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
31 lines
561 B
Plaintext
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
|