From e900952291f72ec126461e9fcdb8f4efd01a85b5 Mon Sep 17 00:00:00 2001 From: tsurendra Date: Thu, 12 Feb 2015 11:33:59 -0800 Subject: [PATCH] Partial-Bug: #1413364 Use openstack data interface ip list instead of mgmt ip. Change-Id: I31d031e8f0246f0bd54922c036e48afaa165a1e5 --- contrail/environment/modules/contrail/manifests/ha_config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrail/environment/modules/contrail/manifests/ha_config.pp b/contrail/environment/modules/contrail/manifests/ha_config.pp index a9402d55..759404de 100644 --- a/contrail/environment/modules/contrail/manifests/ha_config.pp +++ b/contrail/environment/modules/contrail/manifests/ha_config.pp @@ -69,7 +69,7 @@ $keystone_ip_to_use = $internal_vip } - $tmp_index = inline_template('<%= @openstack_mgmt_ip_list.index(@host_control_ip) %>') + $tmp_index = inline_template('<%= @openstack_ip_list.index(@host_control_ip) %>') if ($tmp_index != nil) { $openstack_index = $tmp_index + 1 }