puppet-aodh/releasenotes/notes/wsgi-script-use-param-a9408ab5d05478e3.yaml
Takashi Kajinami fa753eafe8 Remove redundant usage of undef
The parameters added by 1c7c146c917c5dbf51db378f8392cc328fe4632b use
undef as the default values and automatically replaces undef by the
actual value expected by distro, but this is redundant behavior.
This patch makes actual values used as the defaults to make logic to
pick up the value more simple.

Note that previous behavior with undef is still kept to keep backward
compatibility during this cycle, but it will be removed in a future
release.

Change-Id: I0db901e53ec53d8a5098e7f7aeb8cda3c52c79a0
2020-09-30 20:55:59 +09:00

11 lines
364 B
YAML

---
deprecations:
- |
Usage of ``undef`` for the following parameters has been deprecated and it
won't be replaced by the default value automatically in a future release.
Set the exact value or use the parameters defined in the ``aodh::param``
class.
- ``wsgi::apache::aodh_wsgi_script_path``
- ``wsgi::apache::aodh_wsgi_script_source``