Merge "Mark Virtuozzo Driver Unsupported"
This commit is contained in:
@@ -147,6 +147,9 @@ class VZStorageDriver(remotefs_drv.RemoteFSSnapDriver):
|
||||
VERSION = '1.1'
|
||||
CI_WIKI_NAME = "Virtuozzo_Storage_CI"
|
||||
|
||||
# TODO(jsbryant) Remove driver in the 'U' release if CI is not fixed.
|
||||
SUPPORTED = False
|
||||
|
||||
SHARE_FORMAT_REGEX = r'(?:(\S+):\/)?([a-zA-Z0-9_-]+)(?::(\S+))?'
|
||||
|
||||
def __init__(self, execute=putils.execute, *args, **kwargs):
|
||||
|
||||
@@ -260,7 +260,7 @@ driver.storpool=complete
|
||||
driver.synology=complete
|
||||
driver.vrtsaccess=missing
|
||||
driver.vrtscnfs=complete
|
||||
driver.vzstorage=complete
|
||||
driver.vzstorage=missing
|
||||
driver.vmware=complete
|
||||
driver.win_iscsi=complete
|
||||
driver.win_smb=complete
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
---
|
||||
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, it
|
||||
will be removed in the 'U' development cycle.
|
||||
Reference in New Issue
Block a user