openstack-ansible/releasenotes/notes/ceph_components_format-3a947aa47ed2ff71.yaml
Dmitriy Rabotyagov c7200cc132 Create Caracal Beta release
In order to get some more testing around new defaults, it might make
sense to create a Beta version which comes prior to branching. In the
meanwhile we can land leftovers for branches and take our time to
cover found issues.

Change-Id: Ie478e298a3a9292ec069b76548d8f4238efc90a1
2024-05-17 16:19:49 +00:00

14 lines
479 B
YAML

---
deprecations:
- |
Format of ``client`` key inside ``ceph_extra_components`` variable has been
deprecated in favor of a mapping with one required attribute ``name``.
Having ``client`` key defined as a simple list is kept for backwards compatibility
but will be removed in future releases.
fixes:
- |
Backwards compatibility of ``client`` key inside ``ceph_extra_components`` variable
has been fixed to support both a list and a list of mappings.