From 1c976bc125784fa41503ebf2cd7aea5fe4a17170 Mon Sep 17 00:00:00 2001 From: Nick Jones Date: Wed, 25 Apr 2018 09:22:58 +0100 Subject: [PATCH] Update release notes to mention TLS certicate bundle handling Add a section in the release notes calling attention to this new feature. Change-Id: Ibe96181311cda4e523e4584cba81b0696e18afab --- doc/source/release-notes.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/release-notes.rst b/doc/source/release-notes.rst index bc2c6425f..03ef155cb 100644 --- a/doc/source/release-notes.rst +++ b/doc/source/release-notes.rst @@ -13,10 +13,18 @@ Features * Adds support for configuration of live-restore option in docker. This is enabled by setting the variable ``docker_daemon_live_restore``. Option is set to true by default. +* Facilitates deployment of TLS certificate bundles in environments + where SSL is required. To use this feature, populate the contents + of the variable ``kolla_tls_cert`` - this will then be copied in to + place for use by HAProxy. Upgrade Notes ------------- +* The reference to ``kolla_external_fqdn_cert`` has been removed in + favour of the ``kolla_tls_cert`` option, which handles setting this + on the user's behalf. + Kayobe 3.1.0 ============