kolla-ansible/releasenotes/notes/support-haproxy-service-override-85bcc4d3c0af6cf2.yaml

10 lines
349 B
YAML
Raw Normal View History

---
features:
- |
Adds a means of overriding the haproxy config of individual
services. Custom template files can be placed under
``{{ node_custom_config }}/haproxy-config/`` to be rendered
with the same variables as the generic template.
Template file names must match the service to override eg.
``nova-novncproxy.cfg``.