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_mappinginstead ofnova_console_type.For example:
nova_console_type_mapping: x86_64: spice ppc64le: novnc aarch64: serialconsole
Variable
nova_console_typeis compute-specific and is not used to calculate configuration for the Load Balancer.
32.0.0.0rc1¶
Fitur baru¶
Added support for
conditionkey forceph_extra_componentsmapping, which could be used to define a more narrow conditions when component should be having ceph mappings.
Introduced variable
ceph_cinder_backup_enabledwhich can be manually overriden to enable provisionment of Ceph client tocinder-backupservice. 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_urlvariable.
Erlang version was updated to 27.3.x series.
RabbitMQ version was upgraded to version 4.1.4
Added variable
venv_install_toolwhich has default value ofpip. You can define it touvto leverage package installation inside of the venv usinguvtool instead ofpip. Wheels build and venv creation is still managed viapipandvenvrespectively.
Catatan Upgrade¶
Variable
networking_ovn_bgp_install_branchhas been renamed tonetworking_ovn_bgp_git_install_branchin order to match existing naming convention.
With removal of eventlet mode for
neutron-serverin Neutron, the only supported mode for the service is uWSGI. All deployments using eventlet will be migrated to uWSGI mode forneutron-server. With that multiple extra mandatory services will be started together withneutron-server, likeneutron-rpc-server,neutron-periodic-workersandneutron-ovn-maintenance-workerfor OVN-based deployments.
Catatan Depresiasi¶
Variable
neutron_use_uwsgihas been removed and has no effect, since eventlet mode forneutron-serverhas been dropped in 2025.2 (Flamingo). uWSGI is the only supported mode at the moment.
Variable
octavia_legacy_policywas removed and has no effect anymore. In case you was using the variable and it was set toTrue, you can incorporate policy changes this variable was implementing to youroctavia_policy_overrides. You may find rules controlled by this variable via the link
Remove
SHOW_KEYSTONE_V2_RCconfig 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.