summaryrefslogtreecommitdiffstats
path: root/ci/deploy/deploy.sh
diff options
context:
space:
mode:
authorAlex Yang <yangyang1@zte.com.cn>2017-12-26 05:43:09 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-12-26 05:43:09 +0000
commit3e7c69cce5778fbe371b88ec50086997ca6290ff (patch)
treebe2a3f72ae780b3da96fa4be0dd689fc07cf0933 /ci/deploy/deploy.sh
parent26df202d264c46e13ccbf0ab9502e7b48c73d1cf (diff)
parent340b49d75690ccdb3f36378c3e20e8e5c13a212a (diff)
Merge "Generate .ssh/known_hosts when making VM image"
Diffstat (limited to 'ci/deploy/deploy.sh')
-rwxr-xr-xci/deploy/deploy.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/ci/deploy/deploy.sh b/ci/deploy/deploy.sh
index 283dad1e..4ea87b6b 100755
--- a/ci/deploy/deploy.sh
+++ b/ci/deploy/deploy.sh
@@ -437,11 +437,6 @@ function install_daisy()
else
echo "daisy install successfully"
fi
-
- #TODO: Why need this?
- echo "====== generate known_hosts file in daisy vm ======"
- touch $WORKSPACE/known_hosts
- scp $WORKSPACE/known_hosts root@$DAISY_IP:/root/.ssh/
}
function config_daisy()