If "use multibackend" checkbox is not set the

plugin should set up NetAPP to be single backend.

Change-Id: I11363be6814ecc5af6d12fa8ef29313843f5f9f2
This commit is contained in:
Andrey 2015-12-11 12:17:18 -08:00 committed by Andrey Volochay
parent 27fe0790f8
commit e4a89c1670
2 changed files with 5 additions and 1 deletions

View File

@ -50,6 +50,10 @@ define plugin_cinder_netapp::backend::netapp (
cinder_config {
'DEFAULT/enabled_backends': value => "${backends},${backend_name}";
}
} else {
cinder_config {
'DEFAULT/enabled_backends': value => "${backend_name}";
}
}
if $cinder_node {

View File

@ -3,7 +3,7 @@ name: cinder_netapp
# Human-readable name for your plugin
title: Cinder and NetApp integration
# Plugin version
version: 3.2.0
version: 3.2.1
# Description
description: Enable to use NetApp nfs driver as a Cinder backend
# Required fuel version