From 3342dc16ef71d86fe6d5f08827407899c6ae7970 Mon Sep 17 00:00:00 2001 From: Kiran Thyagaraja Date: Sat, 20 Jan 2018 19:51:00 +0000 Subject: [PATCH] Changed ceph backend name to rbd to be consistent with tripleo --- tasks/cinder-volume.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/cinder-volume.yml b/tasks/cinder-volume.yml index 2fb29d8..1998020 100644 --- a/tasks/cinder-volume.yml +++ b/tasks/cinder-volume.yml @@ -3,7 +3,7 @@ - include: backends/iscsi.yml when: result.conf_dict['cinder_enable_iscsi_backend'] -- include: backends/ceph.yml +- include: backends/rbd.yml when: result.conf_dict['cinder_enable_rbd_backend'] - include: backends/xtremio.yml when: result.conf_dict['dellemc_xtremio_iscsi_backend']