From: Bryan Sullivan Date: Tue, 5 Jun 2018 04:01:52 +0000 (-0700) Subject: Fix missing fields in SSH command X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=HEAD;p=ves.git Fix missing fields in SSH command JIRA: VES-2 Change-Id: I884144c70be9692ff5781c4115c6c72777c88bcf Signed-off-by: Bryan Sullivan --- diff --git a/tools/ves-clean.sh b/tools/ves-clean.sh index 1a361f6..0115322 100644 --- a/tools/ves-clean.sh +++ b/tools/ves-clean.sh @@ -137,6 +137,7 @@ function clean_collector() { function clean_barometer() { log "clean ves-barometer" ssh -x -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no \ + $k8s_user@$node <