kolla-ansible/releasenotes/notes/bifrost-tls-0c8545ede3fe278f.yaml
Mark Goddard d6f4ef81f6 Enable TLS in Bifrost
Bifrost supports enabling TLS for the services it deploys, as well as
generating a self-signed TLS certificate. Let's use it.

Change-Id: I2a60ec780c37895e810cdba65bb485d0986a196d
2022-08-02 13:07:39 +01:00

8 lines
291 B
YAML

---
upgrade:
- |
Enable TLS by default in Bifrost. Bifrost is now configured to enable TLS
for the services it deploys, and generate self-signed certificates for
them. TLS may be disabled by setting ``enable_tls`` to ``false`` in
``/etc/kolla/config/bifrost/bifrost.yml``.