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_pass
variable has been added and default to True.
15.1.6¶
New Features¶
The
horizon_images_allow_location
variable is added to support theIMAGES_ALLOW_LOCATION
setting 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_ui
toTrue
in/etc/openstack_deploy/user_variables.yml
.
Capping the default value for the variables
horizon_wsgi_processes
andhorizon_wsgi_threads
to 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_EMBED
by defining the variablehorizon_disallow_iframe_embed
in 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_repo
andhorizon_requirements_git_install_branch
have been removed in favour of using the URL/path to the upper-constraints file using the variablepip_install_upper_constraints
instead.