]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Add extra library oslo.concurrency to oslo.config.generator.rc
authorChangBo Guo(gcb) <eric.guo@easystack.cn>
Wed, 26 Nov 2014 03:30:40 +0000 (11:30 +0800)
committerChangBo Guo(gcb) <glongwave@gmail.com>
Thu, 5 Feb 2015 14:34:40 +0000 (14:34 +0000)
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

tools/config/oslo.config.generator.rc

index 47b7d3bb636ce66dd6f5ed937496f87e66a3d3a7..f51783a3ac485a0800d990642875f190100ce5f9 100644 (file)
@@ -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"