Merge "Skip /etc/kolla/globals.d on host cleanup"

This commit is contained in:
Zuul 2022-04-29 12:43:20 +00:00 committed by Gerrit Code Review
commit 7f152f4818

@ -84,6 +84,7 @@ echo "Getting folders name..."
for dir in $FOLDER_PATH/*; do
if [ "$dir" == "$FOLDER_PATH/passwords.yml" ] || \
[ "$dir" == "$FOLDER_PATH/globals.yml" ] || \
[ "$dir" == "$FOLDER_PATH/globals.d" ] || \
[ "$dir" == "$FOLDER_PATH/kolla-build.conf" ] || \
[ "$dir" == "$FOLDER_PATH/config" ] || \
[ "$dir" == "$FOLDER_PATH/certificates" ]; then