|
...
|
...
|
@@ -243,7 +243,7 @@ function start_ceilometer {
|
|
243
|
243
|
# Start the compute agent last to allow time for the collector to
|
|
244
|
244
|
# fully wake up and connect to the message bus. See bug #1355809
|
|
245
|
245
|
if [[ "$VIRT_DRIVER" = 'libvirt' ]]; then
|
|
246
|
|
- run_process ceilometer-acompute "sg $LIBVIRT_GROUP 'ceilometer-agent-compute --config-file $CEILOMETER_CONF'"
|
|
|
246
|
+ run_process ceilometer-acompute "ceilometer-agent-compute --config-file $CEILOMETER_CONF" $LIBVIRT_GROUP
|
|
247
|
247
|
fi
|
|
248
|
248
|
if [[ "$VIRT_DRIVER" = 'vsphere' ]]; then
|
|
249
|
249
|
run_process ceilometer-acompute "ceilometer-agent-compute --config-file $CEILOMETER_CONF"
|