I have undergone Neutron training and now want to dig into the code to understand work-flow of the Neutron framework, Kindly suggest how to proceed , one thing i have in mind is to understand the code-flow of a command say "quantum net-create"
I have undergone Neutron training and now want to dig into the code to understand work-flow of the Neutron framework, Kindly suggest how to proceed , one thing i have in mind is to understand the code-flow of a command say "quantum net-create"
So i went ahead with Python Pdb but the pdb is not able to attach to the running processes of Quantum as a result i am not able to go past beyond the POST HTTP request.
I would want to know how the quantum plugin dhcp and l3-agent work?