diff --git a/tools/cleanup-host b/tools/cleanup-host
index daaf5f8dde1b8f35c6ed21cb967d70989b107303..4a42b0a4e40c81ad931cc50a7f70debd96558091 100755
--- a/tools/cleanup-host
+++ b/tools/cleanup-host
@@ -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