kayobe/releasenotes/notes/initial-f71c8e25375afa25.yaml
Mark Goddard 1c376f071e Build release notes using reno
The current approach of adding release notes to a single file means that
we end up with merge conflicts every time a change is merged. This is
wasteful of time and resources.

Change-Id: I19f956e4e3991e39252eaa3a1b97a3b2812858d2
Story: 2001637
Task: 6649
2018-05-04 15:11:23 +01:00

16 lines
748 B
YAML

---
features:
- Adds support for configuration of custom repositories. ``yum_custom_repos``
should be a dict of repositories.
- Adds support for configuration of ``live-restore`` option in docker. This
is enabled by setting the variable ``docker_daemon_live_restore``. The
option is set to ``false`` 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:
- 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.