Fix hiera key colocate_haproxy

The key name should be colocate_haproxy, not haproxy_colocate.
Related-Bug: #1556052

Change-Id: I00d2ff262a9a1980a6dcb23e53e12279dad2f2e7
This commit is contained in:
Matthew Mosesohn 2016-03-18 19:17:21 +03:00
parent 36ef9a841c
commit 76879e598f
1 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ if $detach_keystone_plugin {
/keystone/: {
$corosync_roles = $keystone_roles
$corosync_nodes = $keystone_nodes
$haproxy_colocate = 'false'
$colocate_haproxy = 'false'
$memcache_roles = $keystone_roles
$memcache_nodes = $keystone_nodes
$memcached_addresses = ipsort(values(get_node_to_ipaddr_map_by_network_role($keystone_nodes,'mgmt/memcache')))
@ -122,8 +122,8 @@ corosync_roles:
%> - <%= crole %>
<% end -%>
<% end -%>
<% if @haproxy_colocate -%>
haproxy_colocate: <%= @haproxy_colocate %>
<% if @colocate_haproxy -%>
colocate_haproxy: <%= @colocate_haproxy %>
<% end -%>
<% if @memcache_nodes -%>
<% require "yaml" -%>