diff --git a/cinder/cmd/status.py b/cinder/cmd/status.py index 4618befc78e..729e8dd0b65 100644 --- a/cinder/cmd/status.py +++ b/cinder/cmd/status.py @@ -48,6 +48,7 @@ REMOVED_DRVRS = [ "fusionstorage", "prophetstor", "nimble", + "sheepdog", ] diff --git a/cinder/tests/unit/cmd/test_status.py b/cinder/tests/unit/cmd/test_status.py index 8c7214b70d8..573048b5d60 100644 --- a/cinder/tests/unit/cmd/test_status.py +++ b/cinder/tests/unit/cmd/test_status.py @@ -199,7 +199,8 @@ class TestCinderStatus(testtools.TestCase): 'cinder.volume.drivers.prophetstor.dpl_fc.DPLFCDriver', 'cinder.volume.drivers.prophetstor.dpl_iscsi.DPLISCSIDriver', 'cinder.volume.drivers.nimble.NimbleFCDriver', - 'cinder.volume.drivers.nimble.NimbleISCSIDriver') + 'cinder.volume.drivers.nimble.NimbleISCSIDriver', + 'cinder.volume.drivers.sheepdog.SheepdogDriver') def test_check_removed_drivers_fail(self, volume_driver): self._set_volume_driver( volume_driver,