Wallaby Series Release Notes

18.6.0

New Features

  • The new horizon::wsgi::apache::ssl_extra_params parameter has been added. This parameter affects only ssl vhost and overrides the extra_params parameter when set.

Bug Fixes

  • Fix HORIZON_IMAGES_UPLOAD_MODE in template file because the value must be encapsulated with quotes or it will be treated as an expression by horizon.

18.5.0

New Features

  • The new horizon::dashboards::heat class has been added. This class can be used to manage parameters for heat-dashboard.

  • The new horizon::dashboards::manila class has been added. This class can be used to manage parameters for manila-dashboard.

  • The new horizon::dashboards::octavia class has been added. This class can be used to manage parameters for octavia-dashboard.

Bug Fixes

  • Fixed wrong usage of the DISALLOW_IFRAME_EMBED option.

  • Bug #1956904: The hard-coded REST_API_REQUIRED_SETTINGS parameter was removed, to use the default value defined in Horizon itself.

18.3.0

Upgrade Notes

  • The deprecated horizon::log_handler parameter has been removed.

18.2.0

New Features

  • Support was added to set the SECURE_PROXY_ADDR_HEADER option. If horizon is behind a proxy server and the proxy is configured, the IP address from request is passed using header variables inside the request. This setting specifies the name of the header with remote IP address.

18.1.0

New Features

  • Added ssl_cert, ssl_key and ssl_ca parameter to init class and the horizon::wsgi::apache class.

Upgrade Notes

  • You should now set the ssl_cert, ssl_key and ssl_ca parameters instead of the horizon_cert, horizon_key and horizon_ca parameters in the init and horizon::wsgi::apache class.

  • When setting ssl_ca (or the deprecated horizon_ca) end users must now set the ssl_verify_client parameter or the puppetlabs-apache module will not set SSLCACertificate in the vhost configuration.

Deprecation Notes

  • The horizon_cert, horizon_key and horizon_ca parameters is deprecated. Please use ssl_cert, ssl_key and ssl_ca.

18.0.0

New Features

  • Added the ssl_verify_client parameter to init class and horizon::wsgi::apache that is passed down to the created apache::vhost resource.

Upgrade Notes

  • The puppetlabs-apache module 2.1.0 introduced a change where ssl_verify_client is required otherwise the SSL CA certificate passed to the horizon module using the horizon_ca parameter is ignored.