]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add support for customized cluster name
authorZhiteng Huang <zhithuang@ebaysf.com>
Thu, 16 Apr 2015 14:47:31 +0000 (22:47 +0800)
committerZhiteng Huang <zhithuang@ebaysf.com>
Thu, 16 Apr 2015 14:47:31 +0000 (22:47 +0800)
commit6db57c53a1363ff267e58f88b0937cd5d0e842c4
tree7f4a3b8e0513373d45cc04d12c4c39d86917e782
parente7fdd10da681187b9d0d3415327017a616afce7b
Add support for customized cluster name

Current RBD driver assumes ceph cluster name to be 'ceph', for
cluster has a different name, the driver won't be able to connect
to the cluster.  This change add a new config option
'rbd_cluster_name' to address this issue.

DocImpact

Change-Id: I02ae1a255fd613fce291cc7ddf90cfd9175255a8
Closes-bug: #1444855
cinder/tests/test_rbd.py
cinder/volume/drivers/rbd.py