X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ccsdk%2Fdistribution.git;a=blobdiff_plain;f=odlsli%2Fsrc%2Fmain%2Fscripts%2FinstallCcsdkFeatures.sh;h=e4bbe65d10dbbdd9acbaa278a93dcbc3c30edc61;hp=4ee03e39415ba04f0e17544842549dc652678284;hb=67c756046e620cb8017bbe87a8e07588fab45ecd;hpb=f52fd84595277a11c27f335ff88e967889528f99 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