aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/haproxy.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-11-14 09:36:37 +0000
committerGerrit Code Review <review@openstack.org>2016-11-14 09:36:37 +0000
commitd7f4f3efbf97a96da303a503884a35b5a2ef723e (patch)
treed349cbced32565c947e704cae38945255d433f95 /manifests/haproxy.pp
parentd69e7d821719bd043c4d7e6ae347ddd9fb15c1a8 (diff)
parentd6241cdfc142084c5d79a83d310bb70cade6640a (diff)
Merge "Fix barbican server name to not use aodh hiera"
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 5b69edd..e0a8de8 100644
--- a/manifests/haproxy.pp
+++ b/manifests/haproxy.pp
@@ -970,7 +970,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
}