Add high availability of operations with Volumes

Change-Id: I4f078e43887fcb315c7941de2eaa7782d91b33ff
This commit is contained in:
Aleksandr Vorobiov 2015-09-21 16:34:32 +03:00 committed by Andrey Volochay
parent 45598f5f98
commit 5f6860004b
3 changed files with 11 additions and 2 deletions

View File

@ -325,6 +325,10 @@ None.
Release Notes
-------------
**3.1.0**
* add high availability of operations with Volumes
**3.0.0**
* migrate the plugin from 2.0.0 to 3.0.0 package version

View File

@ -5,11 +5,16 @@
#
class plugin_cinder_netapp::controller
inherits plugin_cinder_netapp::params {
cinder_config {
"DEFAULT/host": value => "str:netapp";
}
$cinder_hash = $::fuel_settings['cinder']
if $::fuel_settings['cinder_netapp']['multibackend'] {
class { 'plugin_cinder_netapp::multibackend_controller':
cinder_user_password => $cinder_hash[user_password],
auth_host => $::fuel_settings['management_vip']
auth_host => hiera('management_vip', undef)
}
} else {
$section = 'DEFAULT'

View File

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