openstack-ansible-haproxy_s.../releasenotes/notes/haproxy-bind-override-9562bab32b964de2.yaml
Logan V d7cc047f8d Use haproxy_bind as override
Haproxy currently forces the binding of external_lb_vip_address
and allows appending additional VIPs such as extra binds and the
internal LB vip. Setting an haproxy_bind list on the service definition
should override, not append, the _bind vips to the service. The service
template offers plenty of other options for appending VIPs.

Change-Id: I2f704e0d36026850857dbb3b9ddee4f64bc07432
2016-11-07 17:27:13 -06:00

8 lines
356 B
YAML

---
fixes:
- Setting the haproxy_bind list on a service is now used as an override to the
other VIPs defined in the environment. Previously it was being treated as
an append to the other VIPs so there was no path to override the VIP binds
for a service. For example, haproxy_bind could be used to bind a service to
the internal VIP only.