a4ed60feed
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
12 lines
677 B
Plaintext
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"
|
|
|