diff --git a/cinder/tests/unit/volume/drivers/test_dothill.py b/cinder/tests/unit/volume/drivers/test_dothill.py index 3be5e25c05d..2259b4fd9dd 100644 --- a/cinder/tests/unit/volume/drivers/test_dothill.py +++ b/cinder/tests/unit/volume/drivers/test_dothill.py @@ -406,7 +406,6 @@ class TestFCDotHillCommon(test.TestCase): 'total_capacity_gb': 100}], 'storage_protocol': None, 'vendor_name': 'DotHill', - 'multiattach': True, 'volume_backend_name': None}, self.common.stats) @mock.patch.object(dothill.DotHillClient, 'create_volume') @@ -712,7 +711,6 @@ class TestDotHillFC(test.TestCase): 'driver_version': self.driver.VERSION, 'volume_backend_name': None, 'vendor_name': self.vendor_name, - 'multiattach': True, 'pools': [{'free_capacity_gb': 90, 'reserved_percentage': 0, 'total_capacity_gb': 100, diff --git a/cinder/volume/drivers/dothill/dothill_common.py b/cinder/volume/drivers/dothill/dothill_common.py index e6d24790bd7..e0b1fe2d55d 100644 --- a/cinder/volume/drivers/dothill/dothill_common.py +++ b/cinder/volume/drivers/dothill/dothill_common.py @@ -263,7 +263,6 @@ class DotHillCommon(object): 'storage_protocol': None, 'vendor_name': self.vendor_name, 'volume_backend_name': None, - 'multiattach': True, 'pools': []} pool = {'QoS_support': False} diff --git a/cinder/volume/drivers/dothill/releasenotes/notes/msa-multiattach-5407eb60093de8f1.yaml b/cinder/volume/drivers/dothill/releasenotes/notes/msa-multiattach-5407eb60093de8f1.yaml deleted file mode 100644 index 22450734634..00000000000 --- a/cinder/volume/drivers/dothill/releasenotes/notes/msa-multiattach-5407eb60093de8f1.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -features: - - Support for multiattach is enabled for HPE MSA Storage