Merge "Mark QNAP driver as unsupported"
This commit is contained in:
commit
cbc20b9901
@ -88,6 +88,9 @@ class QnapISCSIDriver(san.SanISCSIDriver):
|
||||
# ThirdPartySystems wiki page
|
||||
CI_WIKI_NAME = "QNAP_CI"
|
||||
|
||||
# Remove if third party CI requirements are met
|
||||
SUPPORTED = False
|
||||
|
||||
VERSION = '1.2.005'
|
||||
|
||||
TIME_INTERVAL = 3
|
||||
|
@ -265,7 +265,7 @@ driver.nimble=complete
|
||||
driver.opene_joviandss=complete
|
||||
driver.prophetstor=missing
|
||||
driver.pure=complete
|
||||
driver.qnap=complete
|
||||
driver.qnap=missing
|
||||
driver.quobyte=complete
|
||||
driver.rbd=complete
|
||||
driver.rbd_iscsi=complete
|
||||
|
@ -0,0 +1,11 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The QNAP 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 QNAP 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.
|
Loading…
Reference in New Issue
Block a user