Skip to content

Commit 2fc7055

Browse files
authored
Merge pull request #271 from mshriver/fix-rhevm-storage
Fix rhevm.get_storage_domain_connections
2 parents 1338261 + e4307ac commit 2fc7055

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

wrapanapi/rhevm.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -789,5 +789,4 @@ def import_template(self, edomain, sdomain, cluster, temp_template):
789789
)
790790

791791
def get_storage_domain_connections(self, storage_domain):
792-
storage_domain = self._get_storage_domain_service(storage_domain)
793-
return self.api.follow_link(storage_domain.storage_connections)
792+
return self._get_storage_domain_service(storage_domain).storage_connections_service().list()

0 commit comments

Comments
 (0)