Merge "Remove kolla-cli from cleanup-host script"

This commit is contained in:
Zuul 2020-09-29 18:22:56 +00:00 committed by Gerrit Code Review
commit 6d5069ccea

View File

@ -86,7 +86,6 @@ for dir in $FOLDER_PATH*; do
[ "$dir" == "$FOLDER_PATH""globals.yml" ] || \
[ "$dir" == "$FOLDER_PATH""kolla-build.conf" ] || \
[ "$dir" == "$FOLDER_PATH""config" ] || \
[ "$dir" == "$FOLDER_PATH""kolla-cli" ] || \
[ "$dir" == "$FOLDER_PATH""certificates" ]; then
echo "Skipping:" $dir
else