Merge "Revert "Mark Quobyte volume driver as unsupported""

This commit is contained in:
Jenkins 2017-01-19 23:20:31 +00:00 committed by Gerrit Code Review
commit 7d29a1610b
2 changed files with 0 additions and 15 deletions

View File

@ -89,10 +89,6 @@ class QuobyteDriver(remotefs_drv.RemoteFSSnapDriverDistributed):
# ThirdPartySystems wiki page
CI_WIKI_NAME = "Quobyte_CI"
# TODO(smcginnis) Either remove this if CI requirements are met, or
# remove this driver in the Pike release per normal deprecation
SUPPORTED = False
def __init__(self, execute=processutils.execute, *args, **kwargs):
super(QuobyteDriver, self).__init__(*args, **kwargs)
self.configuration.append_config_values(volume_opts)

View File

@ -1,11 +0,0 @@
---
upgrade:
- The Quobyte 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 Quobyte 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