Pike Series Release Notes¶
11.5.0¶
New Features¶
- Added parameter to horizon class to allow configuring LAUNCH_INSTANCE_DEFAULTS. 
11.4.0¶
New Features¶
- Horizon has a global override mechanism available to perform customizations. This change adds customization_module key to HORIZON_CONFIG dictionary in local_settings.py. The value of the parameter should be a string with the path to the module containing modifications in dotted python path notation. 
11.2.0¶
Known Issues¶
- an issue with horizon having ssl handshake issues under apache with ssl endpoints. Fix adds in WSGIApplicationGroup apache directive. 
11.1.0¶
New Features¶
- Added ability to enable/disable the password field while launching a Heat stack by setting the enable_user_pass parameter of the OPENSTACK_HEAT_STACK dictionary in local_settings.py. 
- Allows to specify a custom root_path to static assets. 
11.0.0¶
Bug Fixes¶
- Fixes wrong apache vhost config when root_url is empty 
- Rectify static alias prefix since starting from Ocata on Debian platforms static files resides in /var/lib. 
