barbican/openstack-common.conf
jfwood faffd3512d Replace Celery with Oslo messaging for asynchronous queuing.
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
2013-12-16 13:54:40 -06:00

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