summaryrefslogtreecommitdiffstats
path: root/odlsli/src/main/scripts/installCcsdkFeatures.sh
diff options
context:
space:
mode:
authorDan Timoney <dt5972@att.com>2018-04-16 21:59:19 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-16 21:59:19 +0000
commit492bd3a6bf1d3885a0826d2681be7802c495d90e (patch)
tree90f2bc948bda2a1be0171f5e68685bcfe9599a80 /odlsli/src/main/scripts/installCcsdkFeatures.sh
parent19b75a8b179af090ed4d275a4c85515148c1f890 (diff)
parent67c756046e620cb8017bbe87a8e07588fab45ecd (diff)
Merge "Install host key"
Diffstat (limited to 'odlsli/src/main/scripts/installCcsdkFeatures.sh')
-rw-r--r--odlsli/src/main/scripts/installCcsdkFeatures.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/odlsli/src/main/scripts/installCcsdkFeatures.sh b/odlsli/src/main/scripts/installCcsdkFeatures.sh
index 4ee03e39..e4bbe65d 100644
--- a/odlsli/src/main/scripts/installCcsdkFeatures.sh
+++ b/odlsli/src/main/scripts/installCcsdkFeatures.sh
@@ -57,14 +57,6 @@ CCSDK_PLUGINS_VERSION=${CCSDK_PLUGINS_VERSION:-0.0.1-SNAPSHOT}
echo "Enabling core features"
${ODL_HOME}/bin/client feature:install odl-restconf-all odl-mdsal-all odl-mdsal-apidocs
-# Remove etc/host.key if it exists to work around
-# issue with client authentication
-if [ -f ${ODL_HOME}/etc/host.key ]
-then
- rm ${ODL_HOME}/etc/host.key
-fi
-
-
echo "Installing CCSDK sli/core"
for feature in ${CCSDK_CORE_FEATURES}
do