Ocata Series Release Notes¶
15.1.7¶
New Features¶
It’s now possible to disable heat stack password field in horizon.
horizon_enable_heatstack_user_passvariable has been added and default to True.
15.1.6¶
New Features¶
The
horizon_images_allow_locationvariable is added to support theIMAGES_ALLOW_LOCATIONsetting in the horizon_local_settings.py file to allow to specify and external location during the image creation.
15.0.0¶
New Features¶
The os_horizon role now has support for the horizon designate-ui dashboard. The dashboard may be enabled by setting
horizon_enable_designate_uitoTruein/etc/openstack_deploy/user_variables.yml.
Capping the default value for the variables
horizon_wsgi_processesandhorizon_wsgi_threadsto 16 when the user doesn’t configure these variables. Default value is half the number of vCPUs available on the machine with a capping value of 16.
It’s now possible to change the behavior of
DISALLOW_IFRAME_EMBEDby defining the variablehorizon_disallow_iframe_embedin the user variables.
CentOS7/RHEL support has been added to the os_horizon role.
The Trove dashboard is available in Horizon. Deployers can enable the panel by setting the following Ansible variable:
horizon_enable_trove_ui: True
Upgrade Notes¶
The variables
horizon_requirements_git_repoandhorizon_requirements_git_install_branchhave been removed in favour of using the URL/path to the upper-constraints file using the variablepip_install_upper_constraintsinstead.