Avoid the compatibility-only class name.
Change-Id: I5d3ea080b88c7b446dc21a7ea406e83784822f17
This commit is contained in:
@@ -239,8 +239,7 @@ function configure_drbd_devstack {
|
|||||||
if [[ -n "$CINDER_CONF" && -f "$CINDER_CONF" ]] ; then
|
if [[ -n "$CINDER_CONF" && -f "$CINDER_CONF" ]] ; then
|
||||||
iniset $CINDER_CONF "$be_name" volume_backend_name "$be_name"
|
iniset $CINDER_CONF "$be_name" volume_backend_name "$be_name"
|
||||||
|
|
||||||
# If the Cinder driver changes are upstream, this should become "DrbdManageIscsiDriver"
|
local driver=DrbdManageIscsiDriver
|
||||||
local driver=DrbdManageDriver
|
|
||||||
if [[ -n "$CINDER_DRBD_USE_DRBD_PROTOCOL" ]] ; then
|
if [[ -n "$CINDER_DRBD_USE_DRBD_PROTOCOL" ]] ; then
|
||||||
driver=DrbdManageDrbdDriver
|
driver=DrbdManageDrbdDriver
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user