Merge "Mark QNAP volume driver as unsupported"

This commit is contained in:
Jenkins 2017-04-08 02:58:25 +00:00 committed by Gerrit Code Review
commit 687b4976fb
2 changed files with 17 additions and 0 deletions

View File

@ -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

View File

@ -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.