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
This commit is contained in:
Mehdi Abaakouk
2014-03-06 08:56:23 +01:00
committed by Mehdi Abaakouk
parent b9e9245056
commit e9aa963b5e

View File

@@ -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