Train Series Release Notes

15.5.0-12

New Features

  • The newhorizon::dashboards::heat class has been added. This class canbe used to manage parameters for heat-dashboard.

  • The newhorizon::dashboards::manila class has been added. This classcan be used to manage parameters for manila-dashboard.

  • The newhorizon::dashboards::octavia class has been added. This classcan be used to manage parameters for octavia-dashboard.

Bug Fixes

  • Fixed wrong usage of theDISALLOW_IFRAME_EMBED option.

  • Bug #1956904:The hard-codedREST_API_REQUIRED_SETTINGS parameter was removed, to usethe default value defined in Horizon itself.

15.5.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.

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

Upgrade Notes

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

15.0.0

New Features

  • Added new horizon::dropdown_max_items parameter that configures theDROPDOWN_MAX_ITEMS config option in local_settings.py. Default valueis set to 30 like the Horizon default is.