Merge "NetApp: Deprecate E-Series drivers"

This commit is contained in:
Zuul 2018-07-10 09:15:59 +00:00 committed by Gerrit Code Review
commit 64bebcdbfb
2 changed files with 12 additions and 0 deletions

View File

@ -152,6 +152,12 @@ class NetAppESeriesLibrary(object):
if self.configuration.netapp_enable_multiattach:
self._ensure_multi_attach_host_group_exists()
# This driver has been marked 'deprecated' in the Rocky release and
# will be removed in Stein.
msg = _("The NetApp E-Series driver is deprecated and will be "
"removed in a future release.")
versionutils.report_deprecated_feature(LOG, msg)
def _create_rest_client(self, configuration):
port = configuration.netapp_server_port
scheme = configuration.netapp_transport_type.lower()

View File

@ -0,0 +1,6 @@
---
deprecations:
- The NetApp E-Series drivers are deprecated as of the Rocky release and
will be removed in the Stein release. Other configurations of the
NetApp driver, i.e Clustered Data ONTAP and Solidfire, are
unaffected.