
Barbican is using Celery to interface to the HA queues it uses to send asynchronous requests from API nodes to the worker nodes. This change request replaces Celery with OpenStack-friendly oslo.messaging RPC components. Change-Id: Ibc257e98726938a577da4300b389fa13ff34d8a0 Implements: blueprint queue-use-oslo-messaging
8 lines
213 B
Plaintext
8 lines
213 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
modules=gettextutils,jsonutils,log,local,timeutils,uuidutils,importutils,policy
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=barbican
|