[openstack-dev] Fwd: [Openstack] Neutron debug in eclipse (devstack): anyone ??

Roman Podolyaka rpodolyaka at mirantis.com
Fri Sep 13 10:06:52 UTC 2013


Oops... I replied to Otavio directly rather than to the mailing list...

---------- Forwarded message ----------
From: Roman Podolyaka <rpodolyaka at mirantis.com>
Date: Fri, Sep 13, 2013 at 1:05 PM
Subject: Re: [Openstack] Neutron debug in eclipse (devstack): anyone ??
To: Otávio Augusto <otavio.augusto at gmail.com>


Hello Otavio,

You must be facing problems with eventlet patching Python threading module.

Try to modify "neutron/server/__init__.py" file by replacing line
"eventlet.monkey_patch()" with "eventlet.monkey_patch(os=False,
thread=False)"

(this solution is actually taken from here
https://wiki.openstack.org/wiki/NeutronDevelopment)

Thanks,
Roman


On Fri, Sep 13, 2013 at 2:29 AM, Otávio Augusto <otavio.augusto at gmail.com>
wrote:
>
> Anyone able to debug neutron on eclipse? I'd like to run neutron's server
in pydev but I'm still missing something.
> I've followed examples available on the internet for horizon and they
work but I might be missing something for neutron.
> I'd appreciate any help on this.
>
> Regards
>
> /O
> Otavio Augusto
>
> "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."
> Robert A. Heinlein
>
> _______________________________________________
> Mailing list:
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to     : openstack at lists.openstack.org
> Unsubscribe :
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130913/96cab3ce/attachment.html>


More information about the OpenStack-dev mailing list