puppet-cinder/releasenotes/notes/deprecate-cinder-qos-e47dcf3da78f37f9.yaml
Takashi Kajinami d0419e4a1f Deprecate redundant cinder::qos resource type
The cinder::qos resource type is just a wrapper of cinder_qos and
has no additional implementation. Let's deprecate it and let users
use the cinder_qos resource directly.

Change-Id: Ibe59fbf893a7169ea6e3bf00a72b4df28b780b14
2021-12-17 05:30:28 +00:00

6 lines
134 B
YAML

---
deprecations:
- |
The ``cinder::qos`` resource type has been deprecated.
Use the ``cinder_qos`` class directly instead.