<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div>Hello all,</div><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">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;" data-mce-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;" data-mce-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;" data-mce-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></body></html>