Merge "Revert "Declare multiattach support for HPE MSA"" into stable/rocky

This commit is contained in:
Zuul 2019-07-24 23:51:33 +00:00 committed by Gerrit Code Review
commit 77a3cf22ea
3 changed files with 0 additions and 6 deletions

View File

@ -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,

View File

@ -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}

View File

@ -1,3 +0,0 @@
---
features:
- Support for multiattach is enabled for HPE MSA Storage