Merge "Remove deprecated 'netapp_eseries_host_type' config option"
This commit is contained in:
commit
f5560a93d3
@ -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'
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The old deprecated ``netapp_eseries_host_type`` option has been removed.
|
||||
Use the ``netapp_host_type`` instead.
|
Loading…
Reference in New Issue
Block a user