diff --git a/cinder/cmd/status.py b/cinder/cmd/status.py index 993edc3125c..cf44e91074f 100644 --- a/cinder/cmd/status.py +++ b/cinder/cmd/status.py @@ -50,6 +50,7 @@ REMOVED_DRVRS = [ "nimble", "sheepdog", "vzstorage", + "veritas_access", ] diff --git a/cinder/tests/unit/cmd/test_status.py b/cinder/tests/unit/cmd/test_status.py index 7d93b055b4a..e1b51252ec2 100644 --- a/cinder/tests/unit/cmd/test_status.py +++ b/cinder/tests/unit/cmd/test_status.py @@ -201,7 +201,9 @@ class TestCinderStatus(testtools.TestCase): 'cinder.volume.drivers.nimble.NimbleFCDriver', 'cinder.volume.drivers.nimble.NimbleISCSIDriver', 'cinder.volume.drivers.sheepdog.SheepdogDriver', - 'cinder.volume.drivers.vzstorage.VZStorageDriver') + 'cinder.volume.drivers.vzstorage.VZStorageDriver', + 'cinder.volume.drivers.veritas_access.veritas_iscsi.' + 'ACCESSIscsiDriver') def test_check_removed_drivers_fail(self, volume_driver): self._set_volume_driver( volume_driver,