Change in vdsm[master]: <bootstrap | tests | relevant module, package or function>: ...

aaviram at redhat.com aaviram at redhat.com
Thu Mar 24 15:33:55 UTC 2016


Amit Aviram has uploaded a new change for review.

Change subject: <bootstrap | tests | relevant module, package or function>: short summary under 50 chars
......................................................................

<bootstrap | tests | relevant module, package or function>: short summary under 50 chars

Longer description using lines' length under 72 chars.

With multiple paragraphs if necessary.

Change-Id: Ie02bb4388dcd620d0745200669e53132546162a0
Bug-Url: https://bugzilla.redhat.com/??????
Signed-off-by: Amit Aviram <aaviram at redhat.com>
---
M vdsm/vdsm
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/20/55220/1

diff --git a/vdsm/vdsm b/vdsm/vdsm
index 2090e01..5fa7d90 100755
--- a/vdsm/vdsm
+++ b/vdsm/vdsm
@@ -11,6 +11,13 @@
 from __future__ import print_function
 import sys
 
+# AMIT DEBUG
+sys.path.append('/usr/lib64/python2.7/pycharm-debug.egg')
+import pydevd
+
+pydevd.settrace('10.35.0.212', port=22200, stdoutToServer=True,
+                stderrToServer=True)
+
 # When using Python 2, we must monkey patch threading module before importing
 # any other module.
 if sys.version_info[0] == 2:


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie02bb4388dcd620d0745200669e53132546162a0
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Amit Aviram <aaviram at redhat.com>


More information about the vdsm-patches mailing list