36e63c9a45
This patch renames every package, file, match of Marconi in the codebase to Zaqar *except* for the .gitreview file, which will have to be updated *after* I8e587af588d9be0b5ebbab4b0f729b106a2ae537 lands. Implements blueprint: project-rename Change-Id: I63cf2c680cead4641f3e430af379452058bce5b3
12 lines
694 B
Plaintext
12 lines
694 B
Plaintext
export OSLO_CONFIG_GENERATOR_EXTRA_MODULES="keystoneclient.middleware.auth_token"
|
|
export OSLO_CONFIG_GENERATOR_EXTRA_LIBRARIES="zaqar.bootstrap
|
|
zaqar.storage.base
|
|
zaqar.storage.pipeline
|
|
zaqar.storage.pooling
|
|
zaqar.storage.mongodb
|
|
zaqar.storage.sqlalchemy
|
|
zaqar.transport.wsgi
|
|
zaqar.transport.base
|
|
zaqar.transport.validation"
|
|
|