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:
parent
bb97ed77ae
commit
7787140214
@ -333,14 +333,6 @@ function stop_heat {
|
|||||||
fi
|
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
|
# _cleanup_heat_apache_wsgi() - Remove wsgi files, disable and remove apache vhost file
|
||||||
function _cleanup_heat_apache_wsgi {
|
function _cleanup_heat_apache_wsgi {
|
||||||
if [[ "$WSGI_MODE" == "uwsgi" ]]; then
|
if [[ "$WSGI_MODE" == "uwsgi" ]]; then
|
||||||
|
@ -30,10 +30,6 @@ set -o xtrace
|
|||||||
|
|
||||||
stop_heat
|
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"
|
SERVICES_DOWN="heat-api heat-engine heat-api-cfn"
|
||||||
|
|
||||||
# sanity check that services are actually down
|
# sanity check that services are actually down
|
||||||
|
Loading…
Reference in New Issue
Block a user