f9046c2dd9
Change-Id: Ifc87adbac6bef0aaab2ad0e80739654b3e3123ad
16 lines
323 B
Django/Jinja
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 %}
|