Victoria Series Release Notes¶
18.6.4¶
Bug Fixes¶
Previously, ToggleSuspend class checked os-rescue policy for resume operation. By this fix, the class checks ‘os_compute_api:os-suspend-server:resume’ policy to align to resume operation.
18.6.1¶
Upgrade Notes¶
Password forms in horizon now does not strip leading/trailing spaces included in input passwords. Previously horizon stripped leading/trailing spaces in input passwords but on the other hand keystone accepts leading/trailing spaces and it can be an issue when such passwords are set via keystone API. To handle this situation horizon no longer strips leading/trailing spaces in passwords. See [bug:1861224] and the related mailing thread for more detail. (Note that this change is part of horizon 18.5.0 release but we forgot to mention it.)
18.6.0¶
Security Issues¶
An open redirect has been fixed, that could redirect users to arbitrary addresses from certain views by specifying a “next” parameter in the URL. Now the redirect will only work if the target URL is in the same domain, and uses the same protocol.
18.5.0¶
New Features¶
[cinder-user-facing messages] This bp add a new tab “Messages” in volume/snapshot detail pages where User can see failure summary messages for corresponding volume and snapshot resources. Before this bp it only shows user messages and message-level info. for a specific volume in the detail page but now more parameters will be displayed for that volume.
Added an
cleanup_angular_template_cache
management command, that clears template cache for angularized views. The command is available as./manage.py cleanup_angular_template_cache
.
[blueprint refactor-error-messages] User can see detailed error message on the horizon UI. This blueprint adds a hyperlink “details” in the alert box. So now when an exception occurs a user can click on this hyperlink “details” which shows original error message included in a corresponding error. This may help a user to understand what happens in detail.
Support for extending in-use volumes is added. The extend volume action will be shown on in-use volumes.
Bug Fixes¶
[bug/1874657] Horizon container upgrade works without additional
./manage.py compress
call.