Merge "Remove CloudWatch cleanup tasks"

This commit is contained in:
Zuul 2022-08-02 07:18:48 +00:00 committed by Gerrit Code Review
commit 2a82e9ba6a
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