Fix AAI cert path 83/44283/1
authorShankar Narayanan <snarayanan@research.att.com>
Tue, 24 Apr 2018 01:56:46 +0000 (21:56 -0400)
committerShankar Narayanan <snarayanan@research.att.com>
Tue, 24 Apr 2018 01:59:02 +0000 (21:59 -0400)
Fix the AAI certificate path to usr/local/bin/

Issue-ID: INT-444
Change-Id: I038cca57c264f9f2382735cf82b020c9a09eff45
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
boot/oof_vm_init.sh

index 42857db..3baa7cc 100644 (file)
@@ -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"