puppet-heat/releasenotes/notes/prepare-to-change-apache-ssl-0fe3526e8fdb82b3.yaml
Takashi Kajinami 603f545cbc Prepare to update default of <service>::wsgi::apache::ssl
Currently the <service>::wsgi::apache::ssl parameters have inconsistent
default values. Some parameters default to true while the other default
to false.

Based on the following points, false is considered to be the more
reasonable default.
 - Usage of SSL is optional and is not always required
 - There are other methods(like load-balancer) to implement SSL
   termination
 - Enabling SSL doesn't work with the default values currently
   defined, and requires additional parameters like ssl_cert.
 - false is the default value defined in the base implementation in
   puppet-openstacklib.

This change is the preparation to change the default value, and
introduces a warning message to make users aware of the future change.

Change-Id: I76516e3d0c659fabdb7736ff4a5a6621eed29371
2021-11-03 20:52:09 +09:00

11 lines
311 B
YAML

---
upgrade:
- |
Default value of the following three parameters will be changed from
``true`` to ``false`` in a future release. Make sure the parameter is set
to the desired value.
- ``heat::wsgi::apache::ssl``
- ``heat::wsgi::apache_api::ssl``
- ``heat::wsgi::apache_api_cfn::ssl``