kolla-ansible/releasenotes/notes/feature_huawei-backend-a16124fb96d9c080.yaml
Maksim Malchuk 8dccbeee1f Add support to configure Huawei backends in Cinder
This change adds the ability to configure Huawei backends in Cinder
as described in [1] by adding the additional configuration XML files
to the cinder-volume containers. However, this change does not
provide the default configuration options for the cinder.conf due to
the wide range of Huawei hardware that is supported. Operators may
also wish to configure multiple backends, so they should use the
standard method of overriding backend sections to use these XML
files, as described in [2].

1. https://docs.openstack.org/cinder/latest/configuration/block-storage/drivers/huawei-storage-driver.html
2. https://docs.openstack.org/kolla-ansible/latest/admin/advanced-configuration.html#openstack-service-configuration-in-kolla

Implements: blueprint cinder-huawei-backend
Co-Authored-By: Juan Pablo Suazo <jsuazo@whitestack.com>
Co-Authored-By: Maksim Malchuk <maksim.malchuk@gmail.com>
Change-Id: Ic8624b2e956b1f48f5fb96d6d8a0150b67236d20
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
2024-09-22 01:53:11 +03:00

11 lines
383 B
YAML

---
features:
- |
Add support to configure Huawei backends in Cinder.
The extra configuration XML files provided by
``cinder_backend_huawei_xml_files`` copied into cinder-volume containers
during deploy when ``cinder_backend_huawei`` is true.
`Blueprint cinder-huawei-backend
<https://blueprints.launchpad.net/kolla-ansible/+spec/cinder-huawei-backend>`__