Dan Kenigsberg has uploaded a new change for review. Change subject: Revert "jsonrpc: StoragePool_updateVMs" ......................................................................
Revert "jsonrpc: StoragePool_updateVMs" This reverts commit 0a044cfe70a12fe6bb84dd7990467cf67aa1fb42 which should wait until 3.5.4 is released. Change-Id: I9142acbc8d54d67b7fa7cf2d71906bfa9bd92747 Signed-off-by: Dan Kenigsberg <[email protected]> --- M vdsm/API.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/20/45020/1 diff --git a/vdsm/API.py b/vdsm/API.py index 66149c2..36fafe2 100644 --- a/vdsm/API.py +++ b/vdsm/API.py @@ -1131,8 +1131,8 @@ return self._irs.validateStorageServerConnection( domainType, self._UUID, connectionParams) - def updateVMs(self, vmList, storagedomainID=None): - return self._irs.updateVM(self._UUID, vmList, storagedomainID) + def updateVMs(self, vmList, sdUUID): + return self._irs.updateVM(self._UUID, vmList, sdUUID) def removeVM(self, vmUUID, sdUUID): return self._irs.removeVM(self._UUID, vmUUID, sdUUID) -- To view, visit https://gerrit.ovirt.org/45020 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9142acbc8d54d67b7fa7cf2d71906bfa9bd92747 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.5 Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
