From d21034a42282a2cd7bfcf89f72fced2130d1c313 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 14 Dec 2017 16:33:04 -0500 Subject: [PATCH] Print the name of the stack being deleted Change-Id: Id7da06b3d91b4b60b6e5f5b477bcb4b716f65324 Signed-off-by: Thanh Ha --- jjb/opendaylight-infra-cleanup-stale-stacks.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/opendaylight-infra-cleanup-stale-stacks.sh b/jjb/opendaylight-infra-cleanup-stale-stacks.sh index ff42ed03c8..6f6b38d675 100644 --- a/jjb/opendaylight-infra-cleanup-stale-stacks.sh +++ b/jjb/opendaylight-infra-cleanup-stale-stacks.sh @@ -46,6 +46,7 @@ done # Search for stacks that are not in use by either releng or sandbox silos and # delete them. for STACK_NAME in "${OS_STACKS[@]}"; do + echo "Deleting stack $STACK_NAME" STACK_STATUS=$(openstack stack show -f value -c "stack_status" "$STACK_NAME") if [[ "${ACTIVE_BUILDS[*]}" =~ $STACK_NAME ]]; then # No need to delete stacks if there exists an active build for them -- 2.36.6