2025.1 Series Release Notes

25.3.1-5

New Features

  • Don’t send enable_port_security when disallowed by policy. When a user creates a network port, if they don’t have the rights to change port security, they will be unable to submit the form. The solution is to not send any value for port security when the user doesn’t have the rights to change it.

25.3.1

Bug Fixes

  • Fix an error, when an “Admin State” status is displayed as variable (true or false) instead of “UP/DOWN” [bug:2099694]

25.2.0

Prelude

Horizon is switching away from pyscss and django-pyscss, and now uses the libsass library for partsing the scss files instead.

Upgrade Notes

  • Horizon now uses the libsass library. Horizon packagers now need to include python3-libsass in the dependency list.

Deprecation Notes

  • Horizon no longer uses the pyscss and django-pyscss libraries. They can be safely removed from the dependency lists by Horizon packagers.

Bug Fixes

  • Fix typo in metadef resource type. When Horizon retrieve possible metadata for Cinder Volume Type it will now retrieve OS::Cinder::VolumeType instead of OS:Cinder::VolumeType (note first :).