Mark Coho driver as unsupported
The Coho CI has not reported success in over 51 days and is past our CI required period. Checking name: Coho Data Storage CI first seen: 2017-05-28 13:30:07 (51 days, 11:35:18 old) last seen: 2017-07-03 19:46:18 (15 days, 5:19:07 old) last success: None Job dsvm-tempest-coho-cinder-driver 0% success out of 240 comments S=0, F=240 Per Cinder's non-compliance policy, this patch marks the driver as unsupported and deprecated and it will be removed in the next cycle if the issue is not corrected. Change-Id: Ic4e2ee817cb6e34c120760af3045b500b9d2a99f
This commit is contained in:
parent
a920c18557
commit
5aed3b1384
@ -334,6 +334,9 @@ class CohoDriver(nfs.NfsDriver):
|
||||
# ThirdPartySystems wiki page name
|
||||
CI_WIKI_NAME = "Coho_Data_CI"
|
||||
|
||||
# TODO(smcginnis) Remove driver in Queens if CI issues not fixed
|
||||
SUPPORTED = False
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(CohoDriver, self).__init__(*args, **kwargs)
|
||||
self.configuration.append_config_values(coho_opts)
|
||||
|
@ -0,0 +1,14 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The Coho driver has been marked as unsupported and is now
|
||||
deprecated. ``enable_unsupported_driver`` will need to be set
|
||||
to ``True`` in the driver's section in cinder.conf to continue
|
||||
to use it.
|
||||
deprecations:
|
||||
- |
|
||||
The Coho driver has been marked as unsupported and is now
|
||||
deprecated. ``enable_unsupported_driver`` will need to be set
|
||||
to ``True`` in the driver's section in cinder.conf to continue
|
||||
to use it. If its support status does not change, they will be
|
||||
removed in the Queens development cycle.
|
Loading…
Reference in New Issue
Block a user