Skip to content
Snippets Groups Projects
Commit 7f152f48 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

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

parents 5a755b83 ae89632f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment