puppet-gnocchi/releasenotes/notes/deprecated-manage-cradox-6a4052d270c5180e.yaml
Tobias Urdin 3591bd8acc Deprecated manage_cradox and set manage_rados to true
The [1] commit changed the ordering in Gnocchi so that
the rados library is preferred over cradox that is no
longer maintained and hasn't been updated in a long time.

Cradox is no longer tested in upstream Gnocchi and support
was removed in [2] which is not yet released.

This patch also changes the default value for manage_rados
to true so that it's manage by default since it's the one
preferred.

[1] d5a782e58f (diff-60cbc467d17fe0479d5cb2292f716fd73b200973ae43889f72c51227d311a785)
[2] bf37e90eda (diff-60cbc467d17fe0479d5cb2292f716fd73b200973ae43889f72c51227d311a785)

Change-Id: Id1957e4d6e5ad003592ad46e469ec9f9e78ad58d
2021-06-04 07:35:27 +00:00

10 lines
219 B
YAML

---
upgrade:
- |
The gnocchi::storage::ceph::manage_rados parameters default value is now
true.
deprecations:
- |
The gnocchi::storage::ceph::manage_cradox parameter is deprecated and has
no effect.