devstack: don't override ceilometer setup

Since we have enabled panko, the Gnocchi event dispatcher is overrided
in gate, while we can tests both.

Change-Id: Ia37a5430362cd1aa4e8f49cccfad16a91b1332ea
This commit is contained in:
Mehdi Abaakouk 2016-10-06 13:31:17 +02:00
parent 74fcb2519b
commit f1f24faee0
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ function configure_panko {
fi
if is_service_enabled ceilometer-collector; then
iniset $CEILOMETER_CONF DEFAULT event_dispatchers panko
iniadd $CEILOMETER_CONF DEFAULT event_dispatchers panko
fi
}