From: ChangBo Guo(gcb) Date: Wed, 26 Nov 2014 03:30:40 +0000 (+0800) Subject: Add extra library oslo.concurrency to oslo.config.generator.rc X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=091f32a2699fb37286654c6d55f6739118c96895;p=openstack-build%2Fcinder-build.git Add extra library oslo.concurrency to oslo.config.generator.rc We used extra library oslo.concurrency in Cinder, and oslo.concurrency provides configuration options, we need include these options in sample config file. This commit handles that. Change-Id: I534539b7e87a3f5dc36722395cbe241a10b2d75e --- diff --git a/tools/config/oslo.config.generator.rc b/tools/config/oslo.config.generator.rc index 47b7d3bb6..f51783a3a 100644 --- a/tools/config/oslo.config.generator.rc +++ b/tools/config/oslo.config.generator.rc @@ -1,2 +1,2 @@ export CINDER_CONFIG_GENERATOR_EXTRA_MODULES="keystonemiddleware.auth_token" -export CINDER_CONFIG_GENERATOR_EXTRA_LIBRARIES="oslo.messaging oslo_db oslo.db.concurrency" +export CINDER_CONFIG_GENERATOR_EXTRA_LIBRARIES="oslo_concurrency oslo.messaging oslo_db oslo.db.concurrency"