Victoria Series Release Notes¶
17.4.0¶
New Features¶
The new
openstacklib::wsgi::apache::aliases
parameter has been added. This parameter can be used to add alias definitions to the httpd vhost.
The new
openstacklib::wsgi::apache::setenv
parameter has been added. This paramaeter can be to define environment variables for vhost, passed by httpd.
17.2.0¶
Bug Fixes¶
Oslo policy is moving towards yaml as a policy file format and is deprecating json. Policy definitons now may contain a ‘file_format’ field to specify ‘yaml’ or ‘json’ as a file format.
17.1.0¶
Upgrade Notes¶
This module now requires a puppetlabs-apache version >= 5.0.0
Now this module requires puppetlabs-postgresql >= 6.4.0 .
Puppet 5 is now officially unsupported and support may be broken in any of the Puppet modules in this cycle. We recommend all deployments to start using Puppet 6 in this release.
Deprecation Notes¶
The
password_hash
parameter inopenstacklib::db::mysql
andopenstacklib::db::postgresql
were deprecated and will be removed in a future release. Use thepassword
parameter instead, so that password hash is generated from given user and password in puppet-openstacklib.