diff options
author | Dan Timoney <dt5972@att.com> | 2018-04-16 21:59:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-16 21:59:19 +0000 |
commit | 492bd3a6bf1d3885a0826d2681be7802c495d90e (patch) | |
tree | 90f2bc948bda2a1be0171f5e68685bcfe9599a80 /odlsli/src/main/scripts/installCcsdkFeatures.sh | |
parent | 19b75a8b179af090ed4d275a4c85515148c1f890 (diff) | |
parent | 67c756046e620cb8017bbe87a8e07588fab45ecd (diff) |
Merge "Install host key"
Diffstat (limited to 'odlsli/src/main/scripts/installCcsdkFeatures.sh')
-rw-r--r-- | odlsli/src/main/scripts/installCcsdkFeatures.sh | 8 |
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 |