zaqar/tools/config/oslo.config.generator.rc
Jeffrey Zhang ea6a221f68 Add the redis opts to the generate sample shell script
* 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
2014-09-18 00:07:54 +08:00

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"