Merge "Add default volume_backend_name for rbd driver in cinder volume"

This commit is contained in:
Jenkins 2017-08-02 07:15:38 +00:00 committed by Gerrit Code Review
commit f21d954179
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ iscsi_protocol = iscsi
{% if enable_ceph | bool and cinder_backend_ceph | bool %}
[rbd-1]
volume_driver = cinder.volume.drivers.rbd.RBDDriver
volume_backend_name = rbd-1
rbd_pool = {{ ceph_cinder_pool_name }}
rbd_ceph_conf = /etc/ceph/ceph.conf
rbd_flatten_volume_from_snapshot = false