Catatan Rilis Seri Saat Ini

32.0.0.0rc1-11

Catatan Upgrade

  • In order to configure SPICE frontend/backend on the loadbalancer use nova_console_type_mapping instead of nova_console_type.

    For example:

    nova_console_type_mapping:
      x86_64: spice
      ppc64le: novnc
      aarch64: serialconsole
    

    Variable nova_console_type is compute-specific and is not used to calculate configuration for the Load Balancer.

32.0.0.0rc1

Fitur baru

  • Added support for condition key for ceph_extra_components mapping, which could be used to define a more narrow conditions when component should be having ceph mappings.

  • Introduced variable ceph_cinder_backup_enabled which can be manually overriden to enable provisionment of Ceph client to cinder-backup service. Previously logic for this has been hardcoded and not easily overridable.

  • Added coordination support to the Aodh service. In case zookeeper is present in deployment, service will be configured to use it for coordination. Operators are able to supply arbitrary coordination url via aodh_coordination_url variable.

  • Erlang version was updated to 27.3.x series.

  • RabbitMQ version was upgraded to version 4.1.4

  • Added variable venv_install_tool which has default value of pip. You can define it to uv to leverage package installation inside of the venv using uv tool instead of pip. Wheels build and venv creation is still managed via pip and venv respectively.

Catatan Upgrade

  • Variable networking_ovn_bgp_install_branch has been renamed to networking_ovn_bgp_git_install_branch in order to match existing naming convention.

  • With removal of eventlet mode for neutron-server in Neutron, the only supported mode for the service is uWSGI. All deployments using eventlet will be migrated to uWSGI mode for neutron-server. With that multiple extra mandatory services will be started together with neutron-server, like neutron-rpc-server, neutron-periodic-workers and neutron-ovn-maintenance-worker for OVN-based deployments.

Catatan Depresiasi

  • Variable neutron_use_uwsgi has been removed and has no effect, since eventlet mode for neutron-server has been dropped in 2025.2 (Flamingo). uWSGI is the only supported mode at the moment.

  • Variable octavia_legacy_policy was removed and has no effect anymore. In case you was using the variable and it was set to True, you can incorporate policy changes this variable was implementing to your octavia_policy_overrides. You may find rules controlled by this variable via the link

  • Remove SHOW_KEYSTONE_V2_RC config option, which was deprecated since the Stein release. It is now safe to remove this option.

Perbaikan Bug

  • Fixes SHA pinning and installation of ovn-bgp-agent, as SHA pinning and role were using different variable names.

  • URI to Shibboleth mirror has been fixed for EL-based distributions.

Catatan lain

  • Debian/Ubuntu Repository for RabbitMQ has changed from ppa1.rabbitmq.com to deb1.rabbitmq.com and deb2.rabbitmq.com.