Francesco Romani has uploaded a new change for review.

Change subject: readd back "jsonrpc: StoragePool_removeVM"
......................................................................

readd back "jsonrpc: StoragePool_removeVM"

We need this after 3.5.4 is out

This reverts commit d951f7ac26d77209ec7fc172de90da3fbc7bd5ca.

Change-Id: I99892510753910288592146365f6a438898e7260
Signed-off-by: Francesco Romani <[email protected]>
---
M vdsm/API.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/22/45022/1

diff --git a/vdsm/API.py b/vdsm/API.py
index 36fafe2..0c2c46b 100644
--- a/vdsm/API.py
+++ b/vdsm/API.py
@@ -1134,8 +1134,8 @@
     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)
+    def removeVM(self, vmUUID, storagedomainID=None):
+        return self._irs.removeVM(self._UUID, vmUUID, storagedomainID)
 
 
 class Global(APIBase):


-- 
To view, visit https://gerrit.ovirt.org/45022
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I99892510753910288592146365f6a438898e7260
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Francesco Romani <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to