kolla-ansible/tests/templates/ceph-ansible-upgrade/cinder-volume.conf.j2
Michal Nasiadka f9046c2dd9 Ceph-Ansible upgrade jobs
Change-Id: Ifc87adbac6bef0aaab2ad0e80739654b3e3123ad
2020-02-05 08:15:29 +00:00

16 lines
323 B
Django/Jinja

{# TODO(mnasiadka): Remove in Victoria #}
[DEFAULT]
enabled_backends=rbd-1
[rbd-1]
rbd_ceph_conf=/etc/ceph/ceph.conf
rbd_user=cinder
backend_host=rbd:volumes
rbd_pool=volumes
volume_backend_name=rbd-1
volume_driver=cinder.volume.drivers.rbd.RBDDriver
{% raw %}
rbd_secret_uuid = {{ cinder_rbd_secret_uuid }}
{% endraw %}