<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi Folks - i am trying to add a patch to enable remote debugging in the nova services.  I can make this work very simply, but it requires a change to monkey_patching - i.e.<div><br></div><div><div>    eventlet.monkey_patch(os=False, select=True, socket=True, thread=False,</div><div>                      time=True, psycopg=True)</div><div><br></div><div>I’m working with some folks from the debugger vendor (pycharm) on why this is needed.   However - i’ve been using it with nova-compute for a month or so and do not see any issues which changing the monkey-patching.  Since this is done only when someone wants to use the debugger - is making this change so bad?</div><div><br></div><div><span style="color: rgb(20, 20, 20); font-family: 'Lucida Grande'; font-size: medium; line-height: 14px;"> </span><a href="https://review.openstack.org/56287" title="https://review.openstack.org/56287" style="word-wrap: break-word; text-rendering: optimizelegibility; color: rgb(0, 51, 204); font-family: 'Lucida Grande'; font-size: medium; line-height: 14px;">https://review.openstack.org/56287</a></div></div></body></html>