From 4d9befd9dfd79314b71c8ec5bec2ac43dcf8fafb Mon Sep 17 00:00:00 2001 From: Ankitkumar Patel Date: Tue, 22 May 2018 18:47:38 -0400 Subject: [PATCH] Updating https to http for HAS API Updating the HAS api. Issue-ID: INT-144 Change-Id: I0c830448d4b1155dba096a237a07bdab41279caf Signed-off-by: Ankitkumar Patel --- boot/oof_vm_init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6