Hi. I think you should start from [1], in particular in the functions index,show,create,delete,update. Have a look when in this file it uses the python method 'getattr' to obtain the plugin and method to call. To understand the way neutron works I used devstack and python debugger to stop the code in these and others functions and to print the methods and variables value. It should bu useful also for you!
[1]https://github.com/openstack/neutron/blob/master/neutron/api/v2/base.py On Wed, May 20, 2015 at 12:43 PM, Leo Y <[email protected]> wrote: > Hello, > > Sorry for newbie question. I'm trying to identify all invocations of > neutron API in OVS [1] and get lost. What is a best practice to find in > code all neutron API calls regardless of the method they are done. > I'll appreciate if anyone can reference me to documentation that describes > ways to invoke neutron API calls. > > > > [1] > https://github.com/openstack/neutron/tree/master/neutron/plugins/openvswitch > > -- > Regards, > LeoY > --------------------------------------------------------- > I enjoy the massacre of ads. This sentence will slaughter ads without a > messy bloodbath > > __________________________________________________________________________ > OpenStack Development Mailing List (not for usage questions) > Unsubscribe: [email protected]?subject:unsubscribe > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > > -- ======================================================== Daniel Depaoli CREATE-NET Research Center Smart Infrastructures Area Junior Research Engineer ========================================================
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
