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:
ZhiQiang Fan 2014-12-25 11:14:19 +08:00
parent 86d84a6dbd
commit bad6844794

View File

@ -49,6 +49,7 @@ commands =
commands =
oslo-config-generator --output-file etc/ceilometer/ceilometer.conf \
--namespace ceilometer \
--namespace oslo.concurrency \
--namespace oslo.db \
--namespace oslo.messaging \
--namespace keystonemiddleware.auth_token