Skip to content

Commit

Permalink
Partial-Bug: #1413364
Browse files Browse the repository at this point in the history
Use openstack data interface ip list instead of mgmt ip.

Change-Id: I31d031e8f0246f0bd54922c036e48afaa165a1e5
  • Loading branch information
thilakrajs committed Feb 12, 2015
1 parent 260b765 commit e900952
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
}
Expand Down

0 comments on commit e900952

Please sign in to comment.