2025.2 Series Release Notes¶
25.0.0¶
Notes de mises à jours¶
- 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::AlarmDefinition
- OS::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 the- heat-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 the- urlmapfactory from paste. Replace usage in- api-paste.iniin case the file is modified to use customized pipelines.
Corrections de bugs¶
- Enable the creation of an - OS::Neutron::VPNServiceresource, and an- OS::Neutron::IPsecSiteConnectionresource that depends on it, within the same stack.
