From 57a42723dc98270f67c6e01b1cd3403790f8570f Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Thu, 23 Aug 2018 08:29:29 -0700 Subject: [PATCH] Fix HAPROXY ${i} index to be just '1' this was needed when we had the concept of NUM_SITES, but that was removed with: https://git.opendaylight.org/gerrit/#/c/75211/ I think this ${i} was just missed. Change-Id: If10cec9112dba1eca9e77d8927fdb28dcddbff99 Signed-off-by: Jamo Luhrsen --- jjb/integration/integration-deploy-openstack-run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/integration/integration-deploy-openstack-run-test.sh b/jjb/integration/integration-deploy-openstack-run-test.sh index 218534706..b02d4f7ea 100644 --- a/jjb/integration/integration-deploy-openstack-run-test.sh +++ b/jjb/integration/integration-deploy-openstack-run-test.sh @@ -710,7 +710,7 @@ os_node_list=() if [ "${ENABLE_HAPROXY_FOR_NEUTRON}" == "yes" ]; then echo "Configure HAProxy" - ODL_HAPROXYIP_PARAM=OPENSTACK_HAPROXY_${i}_IP + ODL_HAPROXYIP_PARAM=OPENSTACK_HAPROXY_1_IP ODL_IP_PARAM1=ODL_SYSTEM_1_IP ODL_IP_PARAM2=ODL_SYSTEM_2_IP ODL_IP_PARAM3=ODL_SYSTEM_3_IP -- 2.36.6