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:
@@ -156,7 +156,6 @@ netapp_san_opts = [
|
|||||||
' will access a LUN exported from Data ONTAP; it is'
|
' will access a LUN exported from Data ONTAP; it is'
|
||||||
' assigned to the LUN at the time it is created.')),
|
' assigned to the LUN at the time it is created.')),
|
||||||
cfg.StrOpt('netapp_host_type',
|
cfg.StrOpt('netapp_host_type',
|
||||||
deprecated_name='netapp_eseries_host_type',
|
|
||||||
help=('This option defines the type of operating system for'
|
help=('This option defines the type of operating system for'
|
||||||
' all initiators that can access a LUN. This information'
|
' all initiators that can access a LUN. This information'
|
||||||
' is used when mapping LUNs to individual hosts or'
|
' 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.
|
Reference in New Issue
Block a user