Irit Goihman has uploaded a new change for review.

Change subject: jsonrpcvdscli: added VM cont verb
......................................................................

jsonrpcvdscli: added VM cont verb

VM.cont is needed in order to resume paused VMs

Change-Id: I0f740c83517850251f2ed3f6fd64c87a263e404f
Signed-off-by: Irit Goihman <igoih...@redhat.com>
---
M lib/vdsm/jsonrpcvdscli.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/10/63310/1

diff --git a/lib/vdsm/jsonrpcvdscli.py b/lib/vdsm/jsonrpcvdscli.py
index e82d970..d725a6b 100644
--- a/lib/vdsm/jsonrpcvdscli.py
+++ b/lib/vdsm/jsonrpcvdscli.py
@@ -40,6 +40,7 @@
     'activateStorageDomain': 'StorageDomain.activate',
     'connectStoragePool': 'StoragePool.connect',
     'connectStorageServer': 'StoragePool.connectStorageServer',
+    'cont': 'VM.cont',
     'clearTask': 'Task.clear',
     'create': 'VM.create',
     'createStorageDomain': 'StorageDomain.create',


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0f740c83517850251f2ed3f6fd64c87a263e404f
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Irit Goihman <igoih...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/admin/lists/vdsm-patches@lists.fedorahosted.org

Reply via email to