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
This commit is contained in:
parent
b87af0c330
commit
091f32a269
@ -1,2 +1,2 @@
|
|||||||
export CINDER_CONFIG_GENERATOR_EXTRA_MODULES="keystonemiddleware.auth_token"
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user