From a055e0261f82fb5c37e3a13f090a755d2c15a5d5 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Fri, 6 Oct 2017 17:07:08 +0200 Subject: [PATCH] Allow use of external ceph as cinder backup backend Change-Id: Ifaf6bca0a02e382d36a3a6168572ebb63878a496 --- ansible/roles/cinder/templates/cinder.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/cinder/templates/cinder.conf.j2 b/ansible/roles/cinder/templates/cinder.conf.j2 index 06d9de9552..5a87c7cbed 100644 --- a/ansible/roles/cinder/templates/cinder.conf.j2 +++ b/ansible/roles/cinder/templates/cinder.conf.j2 @@ -25,7 +25,7 @@ enabled_backends = {{ cinder_enabled_backends|map(attribute='name')|join(',') }} {% endif %} {% 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_ceph_conf = /etc/ceph/ceph.conf backup_ceph_user = cinder-backup