openstack-ansible-os_cinder/releasenotes/notes/cinder-nfs-multibackend-df133e8fff374da4.yaml
Bjoern Teipel e6c2b14c71 Implement NFS multi backend support
The NFS implementation based off cinder_nfs_client
does not support per cinder backend configuration,
separating NFS mounts per backend.
This fix removes cinder_nfs_client in favor of
fully supporting multi cinder backends over the
cinder_backends stanza.

Closes-Bug #1657203

Change-Id: I817ff372c2d58e999a89496fce3d25dc617216f0
2017-01-19 15:30:54 +00:00

6 lines
169 B
YAML

---
upgrade:
- The global override ``cinder_nfs_client`` is replaced
in favor of fully supporting multi backends
configuration via the cinder_backends stanza.