puppet-neutron/manifests/wsgi
Takashi Kajinami 424d0fd814 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: Ia016b87f9531b72f51eb7ffd2b91590c78cb0ead
2021-11-03 20:59:46 +09:00
..
apache.pp Prepare to update default of <service>::wsgi::apache::ssl 2021-11-03 20:59:46 +09:00
uwsgi.pp Add support for neutron_api_uwsgi_config in Debian 2021-04-09 18:47:00 +02:00