Reference correct group in haproxy_config.yml

Currently, playbooks/vars/configs/haproxy_config.yml references group
metering-alarm_all, however this group is not defined in
etc/openstack_deploy/env.d.  This commit updates haproxy_config.yml
to use service group aodh_api instead.

Closes-Bug: #1512676

Change-Id: I93ac55edb15130cd1afa069a638f724be91cbe3b
This commit is contained in:
Matt Thompson 2015-11-03 11:45:11 +00:00
parent 099f4b4bbd
commit e13a76bb3a

View File

@ -182,6 +182,6 @@ haproxy_service_configs:
haproxy_balance_type: http
- service:
haproxy_service_name: aodh_api
haproxy_backend_nodes: "{{ groups['metering-alarm_all'] }}"
haproxy_backend_nodes: "{{ groups['aodh_api'] }}"
haproxy_port: 8042
haproxy_balance_type: http