diff --git a/cinder/cmd/status.py b/cinder/cmd/status.py index 729e8dd0b65..993edc3125c 100644 --- a/cinder/cmd/status.py +++ b/cinder/cmd/status.py @@ -49,6 +49,7 @@ REMOVED_DRVRS = [ "prophetstor", "nimble", "sheepdog", + "vzstorage", ] diff --git a/cinder/tests/unit/cmd/test_status.py b/cinder/tests/unit/cmd/test_status.py index 573048b5d60..7d93b055b4a 100644 --- a/cinder/tests/unit/cmd/test_status.py +++ b/cinder/tests/unit/cmd/test_status.py @@ -200,7 +200,8 @@ class TestCinderStatus(testtools.TestCase): 'cinder.volume.drivers.prophetstor.dpl_iscsi.DPLISCSIDriver', 'cinder.volume.drivers.nimble.NimbleFCDriver', 'cinder.volume.drivers.nimble.NimbleISCSIDriver', - 'cinder.volume.drivers.sheepdog.SheepdogDriver') + 'cinder.volume.drivers.sheepdog.SheepdogDriver', + 'cinder.volume.drivers.vzstorage.VZStorageDriver') def test_check_removed_drivers_fail(self, volume_driver): self._set_volume_driver( volume_driver,