Mark Scality volume driver as unsupported

The Scality CI has not reported on a patch since 2016-04-12 09:44:38.
This is well past our policy for CI reporting.

Per Cinder's non-compliance policy [1] this patch marks the driver
as unsupported and deprecated and it will be approved if the issue
is not corrected by the next cycle.

[1] https://wiki.openstack.org/wiki/Cinder/tested-3rdParty-drivers#Non-Compliance_Policy

Change-Id: Ic749db69d793359c9328c8c62b919197c1cec859
This commit is contained in:
Sean McGinnis 2016-08-26 09:51:26 -05:00
parent 4d03eccb67
commit aded066c99
2 changed files with 15 additions and 0 deletions

View File

@ -85,6 +85,10 @@ class ScalityDriver(remotefs_drv.RemoteFSSnapDriver):
# as a config switch to customers.
self.configuration.scality_sofs_sparsed_volumes = True
# TODO(smcginnis) Either remove this if CI requirements are met, or
# remove this driver in the Ocata release per normal deprecation
self._supported = False
def check_for_setup_error(self):
"""Sanity checks before attempting to mount SOFS."""

View File

@ -0,0 +1,11 @@
---
upgrade:
- The Scality driver has been marked as unsupported and is
now deprecated. enable_unsupported_drivers will need to
be set to True in cinder.conf to continue to use it.
deprecations:
- The Scality driver has been marked as unsupported and is
now deprecated. enable_unsupported_drivers will need to
be set to True in cinder.conf to continue to use it. If
its support status does not change it will be removed in
the next release.