tripleo-heat-templates/releasenotes/notes/cinder-multiple-nfs-backends-a6b7a107be066596.yaml
katarimanoj 8ee95985b2 Support for multiple Cinder NFS storage backends
CinderNfsBackendName is enhanced to support a list of backend names,
and the following new parameters are added.

 - CinderNfsMultiConfig provides a way to specify
   parameter values for each backend.

 - CinderNfsSharesConfig allows you to pass NFS shares config for
   a backend instead of hard coded input.
   This parameter is required to support multi-config where
   unique NFS shares config is needed for every backend.

Depends-On: I6d387f6df0e9b85896b25b414ae2cf8bfea4152c
Change-Id: I3c3299ceb9557ca42e7c3bd89dae740f8bd79996
2022-06-14 22:19:17 +00:00

13 lines
419 B
YAML

---
features:
- |
Support deploying multiple Cinder NFS storage backends.
CinderNfsBackendName is enhanced to support a list of backend names,
and the following new parameters are added.
- ``CinderNfsMultiConfig`` provides a way to specify parameter values
for each backend.
- ``CinderNfsSharesConfig`` allows you to pass NFS shares config for
a backend instead of hard coded input.