Files
openstack-ansible-os_cloudk…/extras/haproxy_cloudkitty.yml
wangqi 7f96645298 Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: Iaf43682075718e85c1e22f8d4ac28fd65dea0d17
2018-08-06 07:23:44 +00:00

12 lines
310 B
YAML

---
haproxy_service_configs:
- service:
haproxy_service_name: cloudkitty_api
haproxy_backend_nodes: "{{ groups['cloudkitty_api'] | default([]) }}"
haproxy_port: 8089
haproxy_balance_type: http
haproxy_backend_options:
- "forwardfor"
- "httpchk"
- "httplog"