kolla-ansible/releasenotes/notes/add-cinder-backend-name-variables-edcc4a675ca06c0c.yaml
Will Szumski 0fe8010c88 Introduce variables for cinder backend names
This allows you to use a more descriptive name if you desire.
For example, when using cinder with multiple ceph backends, rbd-1,
doesn't convey much information. You could include location, disk
technology, etc. in the name.

Change-Id: Icfdc2e5726fec8b645d6c2c63391a13c31f2ce9a
2022-08-17 15:19:37 +01:00

9 lines
363 B
YAML

---
features:
- |
Adds a set of variables to control the cinder backend name, as used in
cinder.conf. This is the name you use when setting the volume_backend_name
property on volume types. Details are in the
`cinder guide <https://docs.openstack.org/kolla-ansible/latest/reference/storage/cinder-guide.html>`_
section of the documentation.