Handle the CM service availability in tempest

This patch handle the ceilometer service availability in tempest.

Change-Id: Ib0d1d7b858ff327785ebbcc27d7f920fb4a32444
This commit is contained in:
Mehdi Abaakouk 2013-10-24 15:28:34 +00:00
parent 897f48a897
commit 6730a9d1c6

View File

@ -296,7 +296,7 @@ function configure_tempest() {
iniset $TEMPEST_CONF cli cli_dir $NOVA_BIN_DIR
# service_available
for service in nova cinder glance neutron swift heat horizon ; do
for service in nova cinder glance neutron swift heat horizon ceilometer; do
if is_service_enabled $service ; then
iniset $TEMPEST_CONF service_available $service "True"
else