Remove CloudWatch cleanup tasks

This change removes the cloud watch cleanup tasks
as part of general housecleaning.

Change-Id: Id8f678dfd504ff27d6fdb86011129d353a31f3cf
This commit is contained in:
Brendan Shephard 2022-07-21 13:38:34 +10:00
parent bb97ed77ae
commit 7787140214
2 changed files with 0 additions and 12 deletions

View File

@ -333,14 +333,6 @@ function stop_heat {
fi
}
# TODO(ramishra): Remove after Queens
function stop_cw_service {
if $SYSTEMCTL is-enabled devstack@h-api-cw.service; then
$SYSTEMCTL stop devstack@h-api-cw.service
$SYSTEMCTL disable devstack@h-api-cw.service
fi
}
# _cleanup_heat_apache_wsgi() - Remove wsgi files, disable and remove apache vhost file
function _cleanup_heat_apache_wsgi {
if [[ "$WSGI_MODE" == "uwsgi" ]]; then

View File

@ -30,10 +30,6 @@ set -o xtrace
stop_heat
# stop cloudwatch service if running
# TODO(ramishra): Remove it after Queens
stop_cw_service
SERVICES_DOWN="heat-api heat-engine heat-api-cfn"
# sanity check that services are actually down