From f7392e47575c8baa081406b03cf14ce2894a5996 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 10 Oct 2014 16:25:58 +0200 Subject: [PATCH] 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 --- tools/config/oslo.config.generator.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/config/oslo.config.generator.rc b/tools/config/oslo.config.generator.rc index d96458590..51a4abece 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