barbican/openstack-common.conf
jfwood b2fbda189f Add retry periodic task and worker-client logic
Added a new retry scheduler Oslo Server that executes the Oslo
periodic task process. This process invokes a retry method on a
configured periodic schedule. This process can in turn enqueue RPC
tasks via the same client interface that the API nodes use. Follow-on
CRs will utilize this periodic process to enqueue RPC tasks.

Implements: blueprint add-worker-retry-update-support
Change-Id: I8ba6dc57b015be16c78eef3ba949f336c60817f3
2015-03-20 16:51:09 -05:00

8 lines
194 B
Plaintext

[DEFAULT]
# The list of modules to copy from openstack-common
modules=local,policy,eventlet_backdoor,service,periodic_task
# The base module to hold the copy of openstack.common
base=barbican