Merge "Revert "NetApp: Deprecate E-Series drivers""
This commit is contained in:
commit
b0b75dffec
@ -152,12 +152,6 @@ class NetAppESeriesLibrary(object):
|
|||||||
if self.configuration.netapp_enable_multiattach:
|
if self.configuration.netapp_enable_multiattach:
|
||||||
self._ensure_multi_attach_host_group_exists()
|
self._ensure_multi_attach_host_group_exists()
|
||||||
|
|
||||||
# This driver has been marked 'deprecated' in the Pike release and
|
|
||||||
# can be removed in Queens.
|
|
||||||
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):
|
def _create_rest_client(self, configuration):
|
||||||
port = configuration.netapp_server_port
|
port = configuration.netapp_server_port
|
||||||
scheme = configuration.netapp_transport_type.lower()
|
scheme = configuration.netapp_transport_type.lower()
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
deprecations:
|
|
||||||
- The NetApp E-Series drivers are deprecated as of the Pike release and
|
|
||||||
will be removed in the Queens release. Other configurations of the
|
|
||||||
NetApp driver, i.e Clustered Data ONTAP and Solidfire, are
|
|
||||||
unaffected.
|
|
Loading…
x
Reference in New Issue
Block a user