Merge "Mark QNAP volume driver as unsupported"
This commit is contained in:
commit
687b4976fb
@ -66,6 +66,11 @@ class QnapISCSIDriver(san.SanISCSIDriver):
|
||||
|
||||
# ThirdPartySystems wiki page
|
||||
CI_WIKI_NAME = "QNAP_CI"
|
||||
|
||||
# TODO(smcginnis) Either remove this if CI requirement are met, or
|
||||
# remove this driver in the Queens release per normal deprecation
|
||||
SUPPORTED = False
|
||||
|
||||
VERSION = '1.0.0'
|
||||
|
||||
TIME_INTERVAL = 3
|
||||
|
@ -0,0 +1,12 @@
|
||||
---
|
||||
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. If its support status
|
||||
does not change it will be removed in the next release.
|
Loading…
Reference in New Issue
Block a user