No one that is using PyCharm/Eclipse and able to debug the code? :( 

----- Original Message -----

From: "Gal Sagie" <[email protected]> 
To: [email protected] 
Sent: Monday, June 9, 2014 1:59:05 PM 
Subject: [openstack-dev][Neutron] Debugging Devstack Neutron with Pycharm 

Hello all, 

I am trying to debug devstack Neutron with Pycharm, i have found here ( 
https://wiki.openstack.org/wiki/NeutronDevelopment#How_to_debug_Neutron_.28and_other_OpenStack_projects_probably_.29
 ) 
That i need to change the neutron server code to this=> eventlet.monkey_patch() 
To: eventlet.monkey_patch(os=False, thread=False) 

I have done so, debug seems to run, but when i am trying to initiate commands 
from the CLI i get this: 


gal@ubuntu:~/devstack$ neutron net-list 
Connection to neutron failed: Maximum attempts reached 

(the server seems to run ok...) 

Any help is appreciated as i am trying to learn and understand main flows by 
debugging the code locally. 

Thanks 

Gal. 


_______________________________________________
OpenStack-dev mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to