|
...
|
...
|
@@ -237,7 +237,7 @@ function install_ceilometerclient {
|
|
237
|
237
|
# start_ceilometer() - Start running processes, including screen
|
|
238
|
238
|
function start_ceilometer {
|
|
239
|
239
|
if [[ "$VIRT_DRIVER" = 'libvirt' ]]; then
|
|
240
|
|
- screen_it ceilometer-acompute "cd ; sg $LIBVIRT_GROUP \"ceilometer-agent-compute --config-file $CEILOMETER_CONF\""
|
|
|
240
|
+ screen_it ceilometer-acompute "cd ; sg $LIBVIRT_GROUP 'ceilometer-agent-compute --config-file $CEILOMETER_CONF'"
|
|
241
|
241
|
fi
|
|
242
|
242
|
if [[ "$VIRT_DRIVER" = 'vsphere' ]]; then
|
|
243
|
243
|
screen_it ceilometer-acompute "cd ; ceilometer-agent-compute --config-file $CEILOMETER_CONF"
|