From: Ankitkumar Patel Date: Tue, 22 May 2018 22:47:38 +0000 (-0400) Subject: Updating https to http for HAS API X-Git-Tag: v1.2.1~40 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=commitdiff_plain;h=4d9befd9dfd79314b71c8ec5bec2ac43dcf8fafb Updating https to http for HAS API Updating the HAS api. Issue-ID: INT-144 Change-Id: I0c830448d4b1155dba096a237a07bdab41279caf Signed-off-by: Ankitkumar Patel --- diff --git a/boot/oof_vm_init.sh b/boot/oof_vm_init.sh index 492f3dcb..67975b45 100644 --- a/boot/oof_vm_init.sh +++ b/boot/oof_vm_init.sh @@ -54,7 +54,7 @@ soUsername: "" # SO username for call back. soPassword: "" # SO password for call back. # Credentials for Conductor -conductorUrl: https://$HAS_HOST:8091/v1/plans/ +conductorUrl: http://$HAS_HOST:8091/v1/plans/ conductorUsername: admin1 conductorPassword: plan.15 conductorPingWaitTime: 60 # seconds to wait before calling the conductor retry URL