d6f4ef81f6
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
8 lines
291 B
YAML
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``.
|