Remove deprecated option from emc_vnx-backend

Option has been deprecated for almost a year, and never had any effects.

Change-Id: I446aa95a21f5bfa985b3e211f415341d2a76c2e2
Depends-On: If09687d9b58c6ac8ea08a4cca94956f0e1ccbc9c
This commit is contained in:
Trygve Vea 2017-10-09 07:39:14 +02:00
parent 5882599c2a
commit f230a2cc93
2 changed files with 3 additions and 12 deletions

View File

@ -73,12 +73,6 @@
# with volume_backend_name=$volume_backend_name key/value.
# Defaults to false.
#
# == Deprecated Parameters
#
# [*iscsi_ip_address*]
# (optional) DEPRECATED The IP address that the iSCSI daemon is listening on
# Defaults to undef
#
define cinder::backend::emc_vnx (
$san_ip,
$san_password,
@ -96,17 +90,11 @@ define cinder::backend::emc_vnx (
$storage_vnx_security_file_dir = $::os_service_default,
$naviseccli_path = $::os_service_default,
$manage_volume_type = false,
# Deprecated
$iscsi_ip_address = undef,
) {
include ::cinder::deps
include ::cinder::params
if $iscsi_ip_address {
warning('iscsi_ip_address is deprecated, has no effect and will be removed in a future release')
}
cinder_config {
"${name}/default_timeout": value => $default_timeout;
"${name}/max_luns_per_storage_group": value => $max_luns_per_storage_group;

View File

@ -0,0 +1,3 @@
---
upgrade:
- Deprecated cinder::backend::emc_vnx::iscsi_ip_address had no effect.