diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-06-04 05:51:55 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-06-04 05:56:18 -0700 |
commit | 70e0586b8de17723bed3e836d6cf08d1d9022e57 (patch) | |
tree | fd5e01331f45fbda27bf2407afacb3d65e59e3da | |
parent | e7286a33fd68188c1a58e2262d942f97ff4bd65e (diff) |
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 <dileep.ranganathan@intel.com>
-rw-r--r-- | boot/oof_vm_init.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |