From 2ac3802b4c88c09d8c2df2a218adda7c8955cd36 Mon Sep 17 00:00:00 2001 From: Shankar Narayanan Date: Mon, 23 Apr 2018 21:56:46 -0400 Subject: [PATCH] Fix AAI cert path Fix the AAI certificate path to usr/local/bin/ Issue-ID: INT-444 Change-Id: I038cca57c264f9f2382735cf82b020c9a09eff45 Signed-off-by: Shankar Narayanan --- boot/oof_vm_init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/oof_vm_init.sh b/boot/oof_vm_init.sh index 42857dbc..3baa7cc1 100644 --- a/boot/oof_vm_init.sh +++ b/boot/oof_vm_init.sh @@ -16,7 +16,7 @@ COND_CONF=/opt/optf-has/conductor.conf LOG_CONF=/opt/optf-has/log.conf #!!! THE FOLLOWING LINE IS A PLACEHOLDER !!! -AAI_cert=/opt/optf-has/aai_cert.cer +AAI_cert=/usr/local/bin/aai_cert.cer IMAGE_NAME="$NEXUS_DOCKER_REPO/onap/optf-has" -- 2.16.6