From 06f5ae36a953c0168fa6cbc8ba1a0f00faa10c52 Mon Sep 17 00:00:00 2001
From: zhoulinhui <df.some@foxmail.com>
Date: Tue, 29 Sep 2020 21:34:13 +0800
Subject: [PATCH] Remove kolla-cli from cleanup-host script

The kolla-cli is deprecation [1], it should be clean up from
kolla-ansible's cleanup-host script

[1]: https://review.opendev.org/#/c/749045/

Change-Id: I7072de235d9d629b0f538dc98c5258ee5f023376
---
 tools/cleanup-host | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/cleanup-host b/tools/cleanup-host
index 0994c41934..09d81601b0 100755
--- a/tools/cleanup-host
+++ b/tools/cleanup-host
@@ -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