diff options
author | Shankar Narayanan <snarayanan@research.att.com> | 2018-04-23 21:56:46 -0400 |
---|---|---|
committer | Shankar Narayanan <snarayanan@research.att.com> | 2018-04-23 21:59:02 -0400 |
commit | 2ac3802b4c88c09d8c2df2a218adda7c8955cd36 (patch) | |
tree | 7ed395d52b7963e222042e83d29ce49e565a36a1 /boot | |
parent | 7a534f51895661c52b8235f67c35aeb5b9b8503c (diff) |
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 <snarayanan@research.att.com>
Diffstat (limited to 'boot')
-rw-r--r-- | boot/oof_vm_init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |