From 93b4b27dccf5a317ceb12880ab48e39bc4c2b24c Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Fri, 15 Dec 2017 16:59:06 +0200 Subject: [PATCH] Remove deprecated 'netapp_eseries_host_type' config option 'netapp_eseries_host_type' was deprecated three years ago and now it's safe to be removed. Change-Id: I6dc86ebb326b6d88c20f6f2eb56bf57150536c54 --- cinder/volume/drivers/netapp/options.py | 1 - ...p-teseries-thost-type-config-option-908941dc7d2a1d59.yaml | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/remove-netapp-teseries-thost-type-config-option-908941dc7d2a1d59.yaml diff --git a/cinder/volume/drivers/netapp/options.py b/cinder/volume/drivers/netapp/options.py index ee9974ec910..0fa3360bfcb 100644 --- a/cinder/volume/drivers/netapp/options.py +++ b/cinder/volume/drivers/netapp/options.py @@ -156,7 +156,6 @@ netapp_san_opts = [ ' will access a LUN exported from Data ONTAP; it is' ' assigned to the LUN at the time it is created.')), cfg.StrOpt('netapp_host_type', - deprecated_name='netapp_eseries_host_type', help=('This option defines the type of operating system for' ' all initiators that can access a LUN. This information' ' is used when mapping LUNs to individual hosts or' diff --git a/releasenotes/notes/remove-netapp-teseries-thost-type-config-option-908941dc7d2a1d59.yaml b/releasenotes/notes/remove-netapp-teseries-thost-type-config-option-908941dc7d2a1d59.yaml new file mode 100644 index 00000000000..4f6e2c17ace --- /dev/null +++ b/releasenotes/notes/remove-netapp-teseries-thost-type-config-option-908941dc7d2a1d59.yaml @@ -0,0 +1,5 @@ +--- +upgrade: + - | + The old deprecated ``netapp_eseries_host_type`` option has been removed. + Use the ``netapp_host_type`` instead. \ No newline at end of file