Merge "Mark Scality volume driver as unsupported"

This commit is contained in:
Jenkins 2016-09-07 23:20:02 +00:00 committed by Gerrit Code Review
commit 041b6f7a52
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.