diff options
author | Ankitkumar Patel <ankit@research.att.com> | 2018-05-22 18:47:38 -0400 |
---|---|---|
committer | Ankitkumar Patel <ankit@research.att.com> | 2018-05-22 18:48:59 -0400 |
commit | 4d9befd9dfd79314b71c8ec5bec2ac43dcf8fafb (patch) | |
tree | 0c72ede1d25aa6db77e148813e4769a627c75c10 /boot/oof_vm_init.sh | |
parent | 88eeb55cade0caf1fbde24ec9012439b2a9d58c3 (diff) |
Updating https to http for HAS API
Updating the HAS api.
Issue-ID: INT-144
Change-Id: I0c830448d4b1155dba096a237a07bdab41279caf
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
Diffstat (limited to 'boot/oof_vm_init.sh')
-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 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 |