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