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
This commit is contained in:
Michelle Mandel 2016-03-02 12:30:55 -05:00 committed by Drew Thorstensen
parent c2a7ec707a
commit 2cc735ebe6
1 changed files with 2 additions and 2 deletions

View File

@ -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