From bad684479402dca7c6a42036a2f630446517357a Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Thu, 25 Dec 2014 11:14:19 +0800 Subject: [PATCH] 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 130d41a14..2c9fedacf 100644 --- a/tox.ini +++ b/tox.ini @@ -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