openstack-ansible/releasenotes/notes/apache_mpm_alignment-41063895f0f9c024.yaml
Dmitriy Rabotyagov e16d741a78 Add global release note for Apache MPM alignment
Change-Id: Ifcefc5ac2174b4dc96932579f1823db9e583ddb4
2024-09-23 12:11:05 +02:00

12 lines
423 B
YAML

---
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.