puppet-nova/releasenotes/notes/disable-apache-ssl-14a2e2c2c4d89dee.yaml
Takashi Kajinami 57035a5f42 apache+mod_wsgi: Disable SSL by default
During the previous cycle, a warning message was added to inform users
of this change.

Now the default value is updated so that SSL is disabled by default.

Change-Id: Ie8c6291188c039293ad9e3d6cee6fe3bd3d7fcdb
2022-05-06 21:02:39 +09:00

9 lines
231 B
YAML

---
upgrade:
- |
Default value of the following parameters has been changed from ``true`` to
``false`` and now ssl is disabled by default.
- ``nova::wsgi::apache_api::ssl``
- ``nova::wsgi::apache_metadata::ssl``