8066df435b
This patch will be used for branching of the integrated repo and tagged as RC. Change-Id: I5c707b1d6bbd895f0874b2283f3f66899fb1b22b
17 lines
517 B
YAML
17 lines
517 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The following variables have been deprecated and will have no effect:
|
|
|
|
* ``haproxy_ssl_cert_path``
|
|
* ``haproxy_ssl_key``
|
|
* ``haproxy_ssl_pem``
|
|
* ``haproxy_ssl_ca_cert``
|
|
|
|
These variables were responsible for the path haproxy looked for
|
|
certificates on the destination hosts.
|
|
|
|
Variables were replaced in favor of ``haproxy_ssl_cert_path`` since the exact
|
|
path to certificates will be dynamically set based on the VIP that is used
|
|
for the frontend
|