Merge "Remove deprecated 'netapp_eseries_host_type' config option"

This commit is contained in:
Zuul 2017-12-26 02:36:10 +00:00 committed by Gerrit Code Review
commit f5560a93d3
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.