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

Closes-Bug: #1931042
Change-Id: If4bc1fe1dcd61622c8ea48b00771d5115a63c9e0
(cherry picked from commit ae89632faa)
This commit is contained in:
Vladislav Belogrudov 2022-04-28 16:59:30 +03:00
parent 4cd70b71f0
commit 8371d979b6
1 changed files with 1 additions and 0 deletions

View File

@ -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