From e9aa963b5eac7c841a5adeb86437c3823a4e47d3 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Thu, 6 Mar 2014 08:56:23 +0100 Subject: [PATCH] Set CEILOMETER_PIPELINE_INTERVAL to 15 New incomming tempest tests around will check the notification are correctly collected by ceilometer. But by default the notification are processed every 600 seconds. This is too high for the gate jobs. This patch reduce this interval to 15 seconds to allow ceilometer tempest test to succeed in less than 15 seconds instead of 10 minutes. Change-Id: I4cb5d0eeb03b5b2868664dcb7546d6994217dc03 --- devstack-vm-gate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index 853b3ca7..a84bdb62 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -152,6 +152,7 @@ USE_GET_PIP=1 # Don't reset the requirements.txt files after g-r updates UNDO_REQUIREMENTS=False CINDER_PERIODIC_INTERVAL=10 +CEILOMETER_PIPELINE_INTERVAL=15 export OS_NO_CACHE=True EOF