summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2016-06-21 18:06:49 -0400
committerMatthew Treinish <mtreinish@kortar.org>2016-06-22 14:39:42 -0400
commitbdef1c77ab84aed6b10f459895da7ea753166416 (patch)
tree9a998721367964e8934ce6353a5689cecf393efc /etc
parent73c449834bef51cde6cab7fb96091e84b2610d09 (diff)
downloadtempest-bdef1c77ab84aed6b10f459895da7ea753166416.tar.gz
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
Diffstat (limited to 'etc')
-rw-r--r--etc/config-generator.tempest.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/etc/config-generator.tempest.conf b/etc/config-generator.tempest.conf
deleted file mode 100644
index d718f9335..000000000
--- a/etc/config-generator.tempest.conf
+++ /dev/null
@@ -1,8 +0,0 @@
-[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