From 2cc735ebe66795c7eedc0e189c4827d93cfa8465 Mon Sep 17 00:00:00 2001 From: Michelle Mandel Date: Wed, 2 Mar 2016 12:30:55 -0500 Subject: [PATCH] Update comments to accurately describe actions There were 2 comments that referred to "PowerVM SEA agent" when they should actually refer to "PowerVM ceilometer compute agent". Updated them to be accurate. Change-Id: Ib3c2ab6f142e5e40d9cf9ae3f5875216cec9f03f --- devstack/plugin.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index ca5130a..6142004 100755 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -99,13 +99,13 @@ if is_service_enabled pvm-ceilometer-acompute; then configure_ceilometer_powervm elif [[ "$1" == "stack" && "$2" == "extra" ]]; then - # Initialize and start the PowerVM SEA agent + # Initialize and start the ceilometer compute agent for PowerVM echo_summary "Starting ceilometer-powervm" start_ceilometer_powervm fi if [[ "$1" == "unstack" ]]; then - # Shut down PowerVM SEA agent + # Shut down the ceilometer compute agent for PowerVM echo_summary "Stopping ceilometer-powervm" stop_ceilometer_powervm fi