<div dir="ltr">Oops... I replied to Otavio directly rather than to the mailing list...<br><br>---------- Forwarded message ----------<br>From: Roman Podolyaka <<a href="mailto:rpodolyaka@mirantis.com">rpodolyaka@mirantis.com</a>><br>
Date: Fri, Sep 13, 2013 at 1:05 PM<br>Subject: Re: [Openstack] Neutron debug in eclipse (devstack): anyone ??<br>To: Otávio Augusto <<a href="mailto:otavio.augusto@gmail.com">otavio.augusto@gmail.com</a>><br><br><br>
Hello Otavio,<br><br>You must be facing problems with eventlet patching Python threading module.<br><br>Try to modify "neutron/server/__init__.py" file by replacing line "eventlet.monkey_patch()" with "eventlet.monkey_patch(os=False, thread=False)"<br>
<br>(this solution is actually taken from here <a href="https://wiki.openstack.org/wiki/NeutronDevelopment">https://wiki.openstack.org/wiki/NeutronDevelopment</a>)<br><br>Thanks,<br>Roman<br><br><br>On Fri, Sep 13, 2013 at 2:29 AM, Otávio Augusto <<a href="mailto:otavio.augusto@gmail.com">otavio.augusto@gmail.com</a>> wrote:<br>
><br>> Anyone able to debug neutron on eclipse? I'd like to run neutron's server in pydev but I'm still missing something.<br>> I've followed examples available on the internet for horizon and they work but I might be missing something for neutron.<br>
> I'd appreciate any help on this.<br>><br>> Regards<br>><br>> /O<br>> Otavio Augusto<br>><br>> "A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects."<br>
> Robert A. Heinlein<br>><br>> _______________________________________________<br>> Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
> Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>> Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
><br><br></div>