tempest/tempest/cmd/config-generator.tempest.conf
Matthew Treinish bdef1c77ab
Move oslo config generator config inside package
This commit moves the oslo config generator config file from living as
a data file, which makes it very difficult to rely on, to just living
in the package. By including it in the package we have a guaranteed
relative path we can rely on for building utilities on it, like the
tempest init command.

Change-Id: I5b9deae733f42fe3ed39418103304f71b43dccb3
Partially-implements: bp tempest-run-cmd
2016-06-22 14:39:42 -04:00

9 lines
201 B
Plaintext

[DEFAULT]
output_file = etc/tempest.conf.sample
namespace = tempest.config
namespace = oslo.concurrency
namespace = oslo.i18n
namespace = oslo.log
namespace = oslo.serialization
namespace = oslo.utils