2025.2 Series Release Notes¶
25.0.0¶
Upgrade Notes¶
All wsgi application implementations using eventlet for heat-api, heat-api-cfn and heat-all are removed as a precusror to dropping eventlet usage from heat.
Integration with monasca has been removed because the monasca project was retired. Because of the removal, the following resource types are no longer supported and now hidden.
OS::Monasca::AlarmDefinitionOS::Monasca::Notifications
Also, the options in
[clients_monasca]section have been removed.
Support for Python 3.9 has been removed. Now Python 3.10 is the minimum version supported.
Deprecation Notes¶
The
heat-apiconsole script and theheat-api-cfnconsole script, which are used to launch standalone api services, have been deprecated and will be removed in a future release. It is now highly recommended to Use the wsgi scripts (or wsgi applications directly) instead.
The legacy engine has been deprecated and convergence engine will be the only supported engine. Due to this deprecation, the following options have been deprecated.
[DEFAULT] convergence_engine[DEFAULT] enable_stack_abandon[DEFAULT] enable_stack_adopt
The
root_app_factorycomposite factory has been deprecated, because it is equivalent theurlmapfactory from paste. Replace usage inapi-paste.iniin case the file is modified to use customized pipelines.
Bug Fixes¶
Enable the creation of an
OS::Neutron::VPNServiceresource, and anOS::Neutron::IPsecSiteConnectionresource that depends on it, within the same stack.