Merge "cleanup-host should not remove kolla-build.conf"

This commit is contained in:
Jenkins 2016-04-14 11:44:24 +00:00 committed by Gerrit Code Review
commit 45f9442f0c

View File

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