Revert "Mark Virtuozzo driver as unsupported"

This reverts commit 8905e5417737864d9c2637c359f500ab4e768d5d.

Since Virtuozzo Storage CI is back we should revert marking it as
unsupported.

Change-Id: I95a040297a98d53360f71189db405403bc07af02
This commit is contained in:
Maxim Nestratov 2017-08-18 17:11:27 +03:00
parent 985903ac0f
commit b73c49befe
2 changed files with 0 additions and 17 deletions

View File

@ -162,9 +162,6 @@ class VZStorageDriver(remotefs_drv.RemoteFSSnapDriver):
# ThirdPartySystems wiki page
CI_WIKI_NAME = "Virtuozzo_Storage_CI"
# TODO(smcginnis) Remove driver if CI not fixed by Queens
SUPPORTED = False
SHARE_FORMAT_REGEX = r'(?:(\S+):\/)?([a-zA-Z0-9_-]+)(?::(\S+))?'
def __init__(self, execute=putils.execute, *args, **kwargs):

View File

@ -1,14 +0,0 @@
---
upgrade:
- |
The Virtuozzo 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 Virtuozzo 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.