Install ODL Host Key

Make the same change that was made in ccsdk to fix the
bug in ODL where the client cannot be accessed after a
restart.

Change-Id: Id047509172f2883338f4c6fca5bd9ca7d21d0101
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: CCSDK-241
diff --git a/installation/appc/src/main/scripts/startODL.sh b/installation/appc/src/main/scripts/startODL.sh
index 8faddb9..9330f96 100644
--- a/installation/appc/src/main/scripts/startODL.sh
+++ b/installation/appc/src/main/scripts/startODL.sh
@@ -69,6 +69,8 @@
 	${SDNC_HOME}/bin/installSdncDb.sh
 	echo "Installing APPC database"
 	${APPC_HOME}/bin/installAppcDb.sh
+	echo "Installing ODL Host Key"
+	${SDNC_HOME}/bin/installOdlHostKey.sh
 	echo "Starting OpenDaylight"
 	${ODL_HOME}/bin/start
 	echo "Waiting ${SLEEP_TIME} seconds for OpenDaylight to initialize"