ea6a221f68
* Fix the redis opts typo in setup.cfg * Fix the default value type for reconnect_sleep in redis * add the redis to oslo.config.generator.rc Change-Id: Ibd439e2bdaa46ddf21802724f9fe7fb6f2b61bc5
12 lines
751 B
Plaintext
12 lines
751 B
Plaintext
export OSLO_CONFIG_GENERATOR_EXTRA_MODULES="keystonemiddleware.auth_token"
|
|
export OSLO_CONFIG_GENERATOR_EXTRA_LIBRARIES="zaqar.queues.bootstrap
|
|
zaqar.queues.storage.pipeline
|
|
zaqar.queues.storage.pooling
|
|
zaqar.queues.storage.mongodb
|
|
zaqar.queues.storage.redis
|
|
zaqar.queues.storage.sqlalchemy
|
|
zaqar.queues.transport.wsgi
|
|
zaqar.queues.transport.base
|
|
zaqar.queues.transport.validation"
|
|
|