Mark Tegile driver as unsupported
The Tegile CI has not reported success past our CI required period. Checking name: Tegile Storage CI first seen: 2017-03-17 08:39:31 (48 days, 8:32:23 old) last seen: 2017-04-08 03:37:59 (26 days, 13:33:55 old) last success: None Job TegileFCDriver-dsvm-tempest 0% success out of 250 comments S=0, F=250 Overall success rate: 0% of 250 comments Per Cinder's non-compliance policy, this patch marks the drivers as unsupported and deprecated and they will be removed in the next cycle if the issue is not corrected. Change-Id: Ida70602ed8656f6897fe2709b0205f7f6ab2c6f1
This commit is contained in:
parent
5134cf1361
commit
943f3e0660
@ -156,6 +156,9 @@ class TegileIntelliFlashVolumeDriver(san.SanDriver):
|
||||
# ThirdPartySystems wiki page
|
||||
CI_WIKI_NAME = "Tegile_Storage_CI"
|
||||
|
||||
# TODO(smcginnis) Remove driver in Queens if CI issues not fixed
|
||||
SUPPORTED = False
|
||||
|
||||
_api_executor = None
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
@ -0,0 +1,14 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The Tegile 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 Tegile 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