aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bootstrap/vagrant-minimal-onap/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/vagrant-minimal-onap/Vagrantfile b/bootstrap/vagrant-minimal-onap/Vagrantfile
index e3b2c950d..3ffa6a368 100644
--- a/bootstrap/vagrant-minimal-onap/Vagrantfile
+++ b/bootstrap/vagrant-minimal-onap/Vagrantfile
@@ -149,7 +149,7 @@ $link_file = <<-SCRIPT
SCRIPT
$rke_up = "rke up"
-$rke_down = "rke remove --force"
+$rke_down = "rke remove --force || true" # best effort
$get_oom = <<-SCRIPT
BRANCH="${1:-5.0.1-ONAP}"