From f616923f2494892b48ae5454da793b413a1762ea Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Mon, 14 Sep 2015 23:40:55 +0200 Subject: [PATCH] openstack: cleanup the src directory when stopping the cluster So that there is no leftover from the ceph-qa-suite clones. Signed-off-by: Loic Dachary --- teuthology/openstack/openstack-teuthology.init | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/openstack/openstack-teuthology.init b/teuthology/openstack/openstack-teuthology.init index f99c4b4d91..60e60486a9 100755 --- a/teuthology/openstack/openstack-teuthology.init +++ b/teuthology/openstack/openstack-teuthology.init @@ -73,6 +73,7 @@ case $1 in while read uuid ; do eval openstack server delete $uuid done + rm -fr /home/$user/src/* ;; restart) $0 stop -- 2.39.5