summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cinder
diff options
context:
space:
mode:
authorVu Tran <vu.tran@windriver.com>2014-03-18 21:00:06 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-03-24 16:41:59 -0400
commit70ed2ece07ffc406249dcc4edc17ee2cdfcf5d9d (patch)
tree4f7c66c7ceaf110d3453ef1b66a27696e4d88ffd /meta-openstack/recipes-devtools/python/python-cinder
parent7e3426478edc190eb39002efdcea84a02f5fae30 (diff)
downloadmeta-cloud-services-70ed2ece07ffc406249dcc4edc17ee2cdfcf5d9d.tar.gz
cinder: enable ceph rbd volume backend
Add ceph rbd backend into multi-backend cinder-volume support. Signed-off-by: Vu Tran <vu.tran@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinder')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinder/cinder.conf13
1 files changed, 12 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf b/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf
index 6190ec5..10d7d9a 100644
--- a/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf
+++ b/meta-openstack/recipes-devtools/python/python-cinder/cinder.conf
@@ -1173,7 +1173,7 @@ rabbit_port=5672
1173 1173
1174# Define the names of the groups for multiple volume backends 1174# Define the names of the groups for multiple volume backends
1175#enabled_backends=fakedriver,lvmdriver 1175#enabled_backends=fakedriver,lvmdriver
1176enabled_backends=lvmdriver,nfsdriver,glusterfsdriver 1176enabled_backends=lvmdriver,nfsdriver,glusterfsdriver,rbdcephdriver
1177 1177
1178# Define the groups as above 1178# Define the groups as above
1179#[fakedriver] 1179#[fakedriver]
@@ -1193,4 +1193,15 @@ volume_backend_name=Generic_NFS
1193volume_group=glusterfs-group-1 1193volume_group=glusterfs-group-1
1194volume_driver=cinder.volume.drivers.glusterfs.GlusterfsDriver 1194volume_driver=cinder.volume.drivers.glusterfs.GlusterfsDriver
1195volume_backend_name=GlusterFS 1195volume_backend_name=GlusterFS
1196
1197[rbdcephdriver]
1198volume_driver=cinder.volume.drivers.rbd.RBDDriver
1199rbd_pool=cinder-volumes
1200rbd_ceph_conf=/etc/ceph/ceph.conf
1201rbd_flatten_volume_from_snapshot=false
1202rbd_max_clone_depth=5
1203rbd_user=cinder-volume
1204#rbd_secret_uuid=
1205volume_backend_name=RBD_CEPH
1206
1196# Total option count: 255 1207# Total option count: 255