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
This commit is contained in:
Ivan Kolodyazhny 2017-12-15 16:59:06 +02:00
parent b36ec9c29b
commit 93b4b27dcc
2 changed files with 5 additions and 1 deletions

View File

@ -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'

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
The old deprecated ``netapp_eseries_host_type`` option has been removed.
Use the ``netapp_host_type`` instead.