tripleo-heat-templates/releasenotes/notes/cinder-backup-other-ceph-cluster-36852bf2edfd11a7.yaml
Alan Bishop c6c513a96a Support cinder backups to specific ceph cluster
New CinderBackupRbdClusterName and CinderBackupRbdClientUserName
parameters support configuring the cinder-backup service to store
backups on an external ceph cluster defined by CephExternalMultiConfig.

The new parameters default to an empty string, in which case the default
CephClusterName and CephClientUserName values are used.

Change-Id: I0aa4108c029cbb9b8d88a5f87b1ea517bb54059e
2021-04-14 12:35:03 -07:00

9 lines
378 B
YAML

---
features:
- |
The cinder-backup service can be configured to store backups on external
Ceph clusters defined by the ``CephExternalMultiConfig`` parameter. New
``CinderBackupRbdClusterName`` and ``CinderBackupRbdClientUserName``
parameters can be specified, which override the default ``CephClusterName``
and ``CephClientUserName`` values respectively.