We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1338261 + e4307ac commit 2fc7055Copy full SHA for 2fc7055
1 file changed
wrapanapi/rhevm.py
@@ -789,5 +789,4 @@ def import_template(self, edomain, sdomain, cluster, temp_template):
789
)
790
791
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)
+ return self._get_storage_domain_service(storage_domain).storage_connections_service().list()
0 commit comments