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
|
# ThirdPartySystems wiki page
|
||||||
CI_WIKI_NAME = "QNAP_CI"
|
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'
|
VERSION = '1.0.0'
|
||||||
|
|
||||||
TIME_INTERVAL = 3
|
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…
x
Reference in New Issue
Block a user