Skip to content
Snippets Groups Projects
Commit ce32e43e authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Allow use of external ceph as cinder backup backend"

parents 4425195e a055e026
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ enabled_backends = {{ cinder_enabled_backends|map(attribute='name')|join(',') }} ...@@ -25,7 +25,7 @@ enabled_backends = {{ cinder_enabled_backends|map(attribute='name')|join(',') }}
{% endif %} {% endif %}
{% if service_name == "cinder-backup" and enable_cinder_backup | bool %} {% if service_name == "cinder-backup" and enable_cinder_backup | bool %}
{% if enable_ceph | bool and cinder_backup_driver == "ceph" %} {% if cinder_backup_driver == "ceph" %}
backup_driver = cinder.backup.drivers.ceph backup_driver = cinder.backup.drivers.ceph
backup_ceph_conf = /etc/ceph/ceph.conf backup_ceph_conf = /etc/ceph/ceph.conf
backup_ceph_user = cinder-backup backup_ceph_user = cinder-backup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment