Skip to content
Snippets Groups Projects
Commit 45f9442f authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

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

parents 4899c8c0 15444da4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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