Add global release note for Apache MPM alignment

Change-Id: Ifcefc5ac2174b4dc96932579f1823db9e583ddb4
This commit is contained in:
Dmitriy Rabotyagov 2024-09-23 12:11:05 +02:00
parent 9632ec89d7
commit e16d741a78

View File

@ -0,0 +1,11 @@
---
features:
- |
Added variable ``openstack_apache_mpm_backend`` which is used as a default
value by service-specific variables to define used Apache MPM across the
deployment. Defaults MPM ``event`` will be used if not overriden.
fixes:
- |
Used Apache MPMs are aligned across services and will not conflict with
each other on `metal` deployments. Apache MPM `event` is being used by
default.