zaqar/tools/config/oslo.config.generator.rc
Flavio Percoco a4ed60feed Use oslo's config generator to generate sample
This patch adds oslo's config generator to the source tree and uses it
to generate marconi's sample configs. It also adds a check to pep8 that
verifies the config file is up-to-date.

Change-Id: Iec7defa244dc8649a5c832bb81b9ec6f30f0ee37
2014-03-11 20:14:35 +01:00

12 lines
677 B
Plaintext

export OSLO_CONFIG_GENERATOR_EXTRA_MODULES=""
export OSLO_CONFIG_GENERATOR_EXTRA_LIBRARIES="marconi.bootstrap
marconi.storage.base
marconi.storage.pipeline
marconi.storage.sharding
marconi.storage.mongodb
marconi.storage.sqlalchemy
marconi.transport.wsgi
marconi.transport.base
marconi.transport.validation"