Now that lint jobs report errors correctly we need
to fix the existing lint issues.

Change-Id: Ib3b0a775eef03a935095fbb12a12721148c18760
This commit is contained in:
Tobias Urdin 2018-12-18 10:58:19 +01:00
parent 9d27e70ef1
commit ee3d884fed
3 changed files with 3 additions and 3 deletions

View File

@ -207,7 +207,7 @@ class cinder::api (
'os_privileged_user_auth_url',
]
$deprecated_param_names.each |$param_name| {
$param = getvar("${param_name}")
$param = getvar($param_name)
if $param != undef{
warning("The ${param_name} parameter is deprecated, has no effect and will be removed in the future release.")
}

View File

@ -73,7 +73,7 @@ define cinder::backend::dellemc_unity (
"${name}/storage_protocol": value => $storage_protocol;
"${name}/unity_io_ports": value => $unity_io_ports;
"${name}/unity_storage_pool_names": value => $unity_storage_pool_names;
}
}
if $manage_volume_type {
cinder_type { $volume_backend_name:

View File

@ -68,7 +68,7 @@ class cinder::glance (
include ::cinder::deps
if $glance_api_version != undef {
warning("The glance_api_version parameter is deprecated, has no effect and will be removed in the future release.")
warning('The glance_api_version parameter is deprecated, has no effect and will be removed in the future release.')
}
cinder_config {