diff --git a/cinder/volume/drivers/storpool.py b/cinder/volume/drivers/storpool.py index 1792ce2e785..2c7c82c4185 100644 --- a/cinder/volume/drivers/storpool.py +++ b/cinder/volume/drivers/storpool.py @@ -96,9 +96,6 @@ class StorPoolDriver(driver.VolumeDriver): VERSION = '1.2.3' CI_WIKI_NAME = 'StorPool_CI' - # TODO(jsbryant) Remove driver in the 'U' release if CI is not fixed. - SUPPORTED = False - def __init__(self, *args, **kwargs): super(StorPoolDriver, self).__init__(*args, **kwargs) self.configuration.append_config_values(storpool_opts) diff --git a/doc/source/reference/support-matrix.ini b/doc/source/reference/support-matrix.ini index 05500629c0c..d0371a65113 100644 --- a/doc/source/reference/support-matrix.ini +++ b/doc/source/reference/support-matrix.ini @@ -256,7 +256,7 @@ driver.quobyte=complete driver.rbd=complete driver.seagate=complete driver.sheepdog=missing -driver.storpool=missing +driver.storpool=complete driver.synology=complete driver.vrtsaccess=missing driver.vrtscnfs=complete diff --git a/releasenotes/notes/storpool-unsupported-11b221fed109535f.yaml b/releasenotes/notes/storpool-unsupported-11b221fed109535f.yaml deleted file mode 100644 index 0dd0af5fbe2..00000000000 --- a/releasenotes/notes/storpool-unsupported-11b221fed109535f.yaml +++ /dev/null @@ -1,14 +0,0 @@ ---- -upgrade: - - | - The Storpool 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 Storpool 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.