Re: [openstack-dev] [Neutron] Debugging Devstack Neutron with Pycharm

2014-06-14 Thread Collins, Sean
...@vmware.com] Sent: Wednesday, June 11, 2014 8:36 AM To: ges...@cisco.com Cc: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [Neutron] Debugging Devstack Neutron with Pycharm Thanks a lot, this works, i will update the wiki. Gal

Re: [openstack-dev] [Neutron] Debugging Devstack Neutron with Pycharm

2014-06-11 Thread Gal Sagie
No one that is using PyCharm/Eclipse and able to debug the code? :( - Original Message - From: Gal Sagie gsa...@vmware.com To: openstack-dev@lists.openstack.org Sent: Monday, June 9, 2014 1:59:05 PM Subject: [openstack-dev][Neutron] Debugging Devstack Neutron with Pycharm Hello all

Re: [openstack-dev] [Neutron] Debugging Devstack Neutron with Pycharm

2014-06-11 Thread Henry Gessau
Gal Sagie wrote: 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:

[openstack-dev] [Neutron] Debugging Devstack Neutron with Pycharm

2014-06-09 Thread Gal Sagie
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: