We are tickled pink to announce the release of: openstack-ansible-haproxy_server 14.0.4: haproxy_server role for OpenStack-Ansible This release is part of the newton stable release series. Download the package from: https://tarballs.openstack.org/openstack-ansible-haproxy_server/ For more details, please see below. 14.0.4 ^^^^^^ Bug Fixes * SSLv3 is now disabled in the haproxy daemon configuration by default. * 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. Changes in openstack-ansible-haproxy_server 14.0.2..14.0.4 ---------------------------------------------------------- eee809f Disable SSLv3 8664f7d Use haproxy_bind as override Diffstat (except docs and test files) ------------------------------------- releasenotes/notes/disable-sslv3-303acdcc6b593180.yaml | 3 +++ releasenotes/notes/haproxy-bind-override-9562bab32b964de2.yaml | 7 +++++++ templates/haproxy.cfg.j2 | 5 ++++- templates/service.j2 | 4 +--- 4 files changed, 15 insertions(+), 4 deletions(-)