summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2014-10-10 16:25:58 +0200
committerJulien Danjou <julien@danjou.info>2014-10-13 16:00:51 +0200
commit619291bd6c5d9775aaa9fcc2b47e8120e6f3443d (patch)
tree45eb7dd5f637eb79a5a2d9ff54127f52a49838d5
parent5b966ba778ad9e87a41fc639a64e68f84d6ca8e2 (diff)
downloadceilometer-619291bd6c5d9775aaa9fcc2b47e8120e6f3443d.tar.gz
Add oslo.db to config generator
Otherwise we miss the oslo.db configuration option in the sample config file. Closes-Bug: 1379808 Change-Id: I3a70e5da42562081002286d37ba1a200150c8cfc (cherry picked from commit f7392e47575c8baa081406b03cf14ce2894a5996)
-rw-r--r--tools/config/oslo.config.generator.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/config/oslo.config.generator.rc b/tools/config/oslo.config.generator.rc
index d9645859..51a4abec 100644
--- a/tools/config/oslo.config.generator.rc
+++ b/tools/config/oslo.config.generator.rc
@@ -1,2 +1,2 @@
-CEILOMETER_CONFIG_GENERATOR_EXTRA_LIBRARIES=oslo.messaging
+CEILOMETER_CONFIG_GENERATOR_EXTRA_LIBRARIES="oslo.messaging oslo.db"
CEILOMETER_CONFIG_GENERATOR_EXTRA_MODULES=keystonemiddleware.auth_token