<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div>No one that is using PyCharm/Eclipse and able to debug the code? :(</div><div><br></div><hr id="zwchr"><div style="color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>From: </b>"Gal Sagie" <gsagie@vmware.com><br><b>To: </b>openstack-dev@lists.openstack.org<br><b>Sent: </b>Monday, June 9, 2014 1:59:05 PM<br><b>Subject: </b>[openstack-dev][Neutron] Debugging Devstack Neutron with Pycharm<br><div><br></div><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div><span style="font-size: 12pt;">Hello all,</span></div><div style="color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div><br></div><div>I am trying to debug devstack Neutron with Pycharm, i have found here (<a href="https://wiki.openstack.org/wiki/NeutronDevelopment#How_to_debug_Neutron_.28and_other_OpenStack_projects_probably_.29" target="_blank">https://wiki.openstack.org/wiki/NeutronDevelopment#How_to_debug_Neutron_.28and_other_OpenStack_projects_probably_.29</a>)</div><div>That i need to change the neutron server code to this=><b style="color: #333333; font-family: 'Arial Unicode MS', Arial, sans-serif; font-size: 14px; line-height: 20px; background-color: #ffffff;">eventlet.monkey_patch()</b><span style="color: #333333; font-family: 'Arial Unicode MS', Arial, sans-serif; font-size: 14px; line-height: 20px; background-color: #ffffff;"> To: </span><b style="color: #333333; font-family: 'Arial Unicode MS', Arial, sans-serif; font-size: 14px; line-height: 20px; background-color: #ffffff;">eventlet.monkey_patch(os=False, thread=False)</b></div><div><br></div><div>I have done so, debug seems to run, but when i am trying to initiate commands from the CLI i get this:</div><div><p>gal@ubuntu:~/devstack$ neutron net-list<br>Connection to neutron failed: Maximum attempts reached</p><p>(the server seems to run ok...)</p><p><span style="font-size: 12pt;">Any help is appreciated as i am trying to learn and understand main flows by debugging the code locally.</span></p><p>Thanks</p><p>Gal.</p></div></div></div><div><br></div></div></div><div><br></div></div></body></html>