Add multiattach reporting to SolidFire

Wonders never cease!  Multiattach has landed, the cow jumped over
the moon and they put Humpty Dumpty back together again!

This change just addes multiattach=True to the SolidFire driver
now that everything has in fact landed.

Change-Id: I53e94a827c3ba31c7322e6faecfcc8ebf4a05b4a
This commit is contained in:
j-griffith 2018-02-19 20:39:47 -07:00 committed by Ildiko Vancsa
parent 5eea888fce
commit 29b1514831
1 changed files with 1 additions and 0 deletions

View File

@ -1886,6 +1886,7 @@ class SolidFireDriver(san.SanISCSIDriver):
data['active_cluster_mvip'] = self.active_cluster['mvip']
data['reserved_percentage'] = self.configuration.reserved_percentage
data['QoS_support'] = True
data['multiattach'] = True
try:
results = self._issue_api_request('GetClusterCapacity', params)