Add oslo.concurrency module to tox --env genconfig
We have used oslo.concurrency module, which has defined two configuration options 'disable_process_locking' and 'lock_path', this patch adds those two options to generated ceilometer.conf see: https://github.com/openstack/oslo.concurrency/blob/master/oslo_concurrency/lockutils.py#L40 Change-Id: Id6dc936932f8d2703975a76405c985359dd09c02
This commit is contained in:
parent
86d84a6dbd
commit
bad6844794
1
tox.ini
1
tox.ini
@ -49,6 +49,7 @@ commands =
|
|||||||
commands =
|
commands =
|
||||||
oslo-config-generator --output-file etc/ceilometer/ceilometer.conf \
|
oslo-config-generator --output-file etc/ceilometer/ceilometer.conf \
|
||||||
--namespace ceilometer \
|
--namespace ceilometer \
|
||||||
|
--namespace oslo.concurrency \
|
||||||
--namespace oslo.db \
|
--namespace oslo.db \
|
||||||
--namespace oslo.messaging \
|
--namespace oslo.messaging \
|
||||||
--namespace keystonemiddleware.auth_token
|
--namespace keystonemiddleware.auth_token
|
||||||
|
Loading…
x
Reference in New Issue
Block a user