puppet-cinder/releasenotes/notes/fix-volume-type-name-0e39f0e2f3e44264.yaml
Takashi Kajinami ae990b2451 Fix wrong source to define volume_backend_name
The volume_backend_name property in volume types should be set
according to the volume_backend_name option, instead of the backend
config section name.

This change ensures the option value is used consistently among all
defined resource types to manage volume backend options.

Change-Id: I29c5bcdb0e79f6f98d272995de6a86a0062cea48
2023-12-26 13:06:20 +09:00

9 lines
245 B
YAML

---
fixes:
- |
The following defined resource types now create volume types according to
the ``volume_backend_name`` parameter, instead of resource names.
- ``cinder::backend::dellemc_powerflex``
- ``cinder::backend::netapp``