Fixed Dell EMC VMax driver parameter typo

There's a typo in the "name =>" of the pywbem package. The variable name
must start with $::cinder::params. Without this the controller's logs
show the variable not found.

Change-Id: I6bc92d1c200c963602f3f8a29a7bf5dc5b4f7737
(cherry picked from commit 88dac20905)
This commit is contained in:
rajinir 2018-01-10 10:22:14 -06:00 committed by rajinir
parent f4fd2ab2aa
commit 285a72b4a2
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ define cinder::backend::dellemc_vmax_iscsi (
ensure_packages( 'pywbem', {
ensure => present,
name => $::cinder::param::pywbem_package_name,
name => $::cinder::params::pywbem_package_name,
tag => 'cinder-support-package'})
create_resources('cinder_config', $extra_options)