aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/haproxy.pp
diff options
context:
space:
mode:
authorPradeep Kilambi <pkilambi@redhat.com>2016-11-10 18:19:27 -0500
committerPradeep Kilambi <pkilambi@redhat.com>2016-11-11 12:57:12 +0000
commitd6241cdfc142084c5d79a83d310bb70cade6640a (patch)
tree948fede53b8681fda11021d10d52f7df1ac51164 /manifests/haproxy.pp
parentf5a20ed5911324311b02773dde8a917eb82ddc0c (diff)
Fix barbican server name to not use aodh hiera
this looks like a copy/paste error. Let barbican use its own hiera data. Change-Id: I84118c1a561c3db2f18504b55c5a8c4f042e7e3b
Diffstat (limited to 'manifests/haproxy.pp')
-rw-r--r--manifests/haproxy.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/haproxy.pp b/manifests/haproxy.pp
index 4d96e98..e01f0a8 100644
--- a/manifests/haproxy.pp
+++ b/manifests/haproxy.pp
@@ -969,7 +969,7 @@ class tripleo::haproxy (
internal_ip => hiera('barbican_api_vip', $controller_virtual_ip),
service_port => $ports[barbican_api_port],
ip_addresses => hiera('barbican_api_node_ips', $controller_hosts_real),
- server_names => hiera('aodh_api_node_names', $controller_hosts_names_real),
+ server_names => hiera('barbican_api_node_names', $controller_hosts_names_real),
public_ssl_port => $ports[barbican_api_ssl_port],
service_network => $barbican_network
}