Files
puppet-openstacklib/releasenotes/notes/openstacklib-multiple-wsgi-script-aliases-34ff48b463416e0f.yaml
Tobias Urdin 809396defb Add support for multiple WSGI script aliases
This patch adds a new parameter named custom_wsgi_script_aliases
to the openstacklib::wsgi::apache class. This can be used to specify
extra WSGI script alias statements for the apache::vhost resource
which is merged with the default one calculated using $path,
$wsgi_script_dir and $wsgi_script_file.

This is the final piece to be able to move keystone::wsgi::apache
over to using openstacklib::wsgi::apache.

Change-Id: I31096140a6f355ec99496053fb06ce6c73094180
2018-04-23 22:37:41 +02:00

8 lines
341 B
YAML

---
features:
- |
openstacklib::wsgi::apache now has a parameter named custom_wsgi_script_aliases
which can be used to add more WSGI script alises to the apache::vhost resource.
These additional WSGI script aliases is added upon the default script alias which
is $path combined with $wsgi_script_dir and $wsgi_script_file.