diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-07-31 19:32:33 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-07-31 19:32:33 +0000 |
commit | ee2a53afb1ad8f45be7d3986f5de2b6731048c65 (patch) | |
tree | d525eb07f2480969d74c643793c1daff2f050d29 /releasenotes | |
parent | 48ead62f6fcb1b833c044f099644cb32a06c3206 (diff) | |
parent | e51e79692032d2cf8c6092e86c5a28a0e7f1832d (diff) |
Merge "Enable TLS for the HAProxy stats interface"
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/TLS-for-haproxy-stats-3ce3b7780f0ef5b7.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/TLS-for-haproxy-stats-3ce3b7780f0ef5b7.yaml b/releasenotes/notes/TLS-for-haproxy-stats-3ce3b7780f0ef5b7.yaml new file mode 100644 index 0000000..2f981a1 --- /dev/null +++ b/releasenotes/notes/TLS-for-haproxy-stats-3ce3b7780f0ef5b7.yaml @@ -0,0 +1,8 @@ +--- +features: + - When TLS everywhere is enabled, the HAProxy stats interface will also use + TLS. This requires the user to access the interface through the ctlplane + FQDN (which is configured by the CloudNameCtlplane parameter in + tripleo-heat-templates). Note that one can still use the + haproxy_stats_certificate parameter from the haproxy class, and that one + will take precedence if set. |