Merge "Reference correct group in haproxy_config.yml"

This commit is contained in:
Jenkins 2015-11-05 04:41:41 +00:00 committed by Gerrit Code Review
commit 52b587f3bb

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