Federico Simoncelli has uploaded a new change for review.

Change subject: vdscli: fix missing method in TransportWrapper
......................................................................

vdscli: fix missing method in TransportWrapper

TransportWrapper should also provide the "request" method as required by
xmlrpclib.ServerProxy.

Change-Id: Id25df21af1a9c9350876198d02f5f87ee49295fc
Signed-off-by: Federico Simoncelli <fsimo...@redhat.com>
---
M lib/vdsm/vdscli.py.in
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/29/21429/1

diff --git a/lib/vdsm/vdscli.py.in b/lib/vdsm/vdscli.py.in
index 2fc55e4..e487573 100644
--- a/lib/vdsm/vdscli.py.in
+++ b/lib/vdsm/vdscli.py.in
@@ -41,6 +41,7 @@
         transport.parse_response = types.MethodType(
             self.wrapped_parse_response,
             transport)
+        self.request = transport.request
 
     def wrapped_parse_response(self, *args, **kwargs):
         try:


-- 
To view, visit http://gerrit.ovirt.org/21429
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id25df21af1a9c9350876198d02f5f87ee49295fc
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Federico Simoncelli <fsimo...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to