Merge "Revert "Mark Quobyte volume driver as unsupported""
This commit is contained in:
commit
7d29a1610b
@ -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)
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user