From 70e0586b8de17723bed3e836d6cf08d1d9022e57 Mon Sep 17 00:00:00 2001 From: Dileep Ranganathan Date: Mon, 4 Jun 2018 05:51:55 -0700 Subject: [PATCH] Fix OOF configuration in init script Replace MSB url with actual HEAT environment URL in oof_vm_init.sh Change-Id: I5a407c94c79719b38dc8eda900b8819692e14b7b Issue-ID: OPTFRA-232 Signed-off-by: Dileep Ranganathan --- boot/oof_vm_init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/boot/oof_vm_init.sh b/boot/oof_vm_init.sh index f7ce92d0..7c1f2cc7 100644 --- a/boot/oof_vm_init.sh +++ b/boot/oof_vm_init.sh @@ -174,6 +174,7 @@ sed -i "138 s%.*%server_url = https://aai.api.simpledemo.onap.org:8443/aai%" $CO sed -i "141 s%.*%server_url_version = v13%" $COND_CONF sed -i "257 s%.*%server_url = http://$MUSIC_URL:8080/MUSIC/rest/v2%" $COND_CONF sed -i "284 s%.*%replication_factor = 1%" $COND_CONF +sed -i "359 s%.*%server_url = http://msb.api.simpledemo.onap.org/api/multicloud%" $COND_CONF # Set A&AI authentication file locations inside OOF-HAS conductor.conf sed -i "153 s%.*%certificate_authority_bundle_file = $AAI_cert%" $COND_CONF -- 2.16.6