c6c513a96a
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
9 lines
378 B
YAML
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.
|