openstack-ansible/releasenotes/notes/haproxy-extra-configs-67a77803494d3e97.yaml
Logan V 693911d520 HAProxy extra endpoints
Allow the operator to define a list of additional HAProxy endpoints
without overriding the entire haproxy_service_configs list.

This moves the default endpoints to a var called haproxy_default_services
and combines the default services list with haproxy_extra_services if
defined.

Change-Id: I701a6e8740c0afa326b6e2310b46822c37a3e50d
2016-07-03 12:53:51 -05:00

9 lines
336 B
YAML

---
features:
- Added a new ``haproxy_extra_services`` var which will allow extra haproxy
endpoint additions.
deprecations:
- Moved ``haproxy_service_configs`` var to ``haproxy_default_service_configs``
so that ``haproxy_service_configs`` can be modified and added to without
overriding the entire default service dict.