Merge "Skip /etc/kolla/globals.d on host cleanup"
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user