Devstack: install coordination backend for compute agent

Since compute agent now supports coordination, we need to install
the corresponding backend too.

Change-Id: I680a25ba089504e62930f61615f5a509480fe432
This commit is contained in:
Lianhao Lu 2016-03-23 03:27:59 +00:00
parent 09aec58d7e
commit 49a204e41a
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ function init_ceilometer {
# installed. The context is not active during preinstall (when it would
# otherwise makes sense to do the backend services).
function install_ceilometer {
if is_service_enabled ceilometer-acentral ceilometer-anotification ; then
if is_service_enabled ceilometer-acentral ceilometer-acompute ceilometer-anotification ; then
_ceilometer_prepare_coordination
fi