Re: [Openstack] Multi-Plugin Support for Quantum (Folsom)

2013-01-09 Thread Trinath Somanchi
Hi Eugene- Thanks for the reply.. I forgot to click reply-all.. now added the mailing list The first doubt was. Like we have agents for core-plugins, how the service-plugin agents differ from these core-plugin agents? One doubt: Will this loadbalance.py be a starting point to write a test

[Openstack] Multi-Plugin Support for Quantum (Folsom)

2013-01-08 Thread Trinath Somanchi
Hi Stackers- How to support multiple service plugins in the Quantum (Folsom)? I have gone through this link, https://review.openstack.org/#/c/15881/1 Will checking out this code base and integrating the same to the folsom code base help me in multi-plugin feature for the Quantum (Folsom)

Re: [Openstack] Multi-Plugin Support for Quantum (Folsom)

2013-01-08 Thread Eugene Nikanorov
Hi Trinath, You might want to check https://review.openstack.org/#/c/15733/ It's the patch implementing multi-plugin support that already have been merged into quantum's master branch. Thanks, Eugene. On Tue, Jan 8, 2013 at 2:33 PM, Trinath Somanchi trinath.soman...@gmail.com wrote: Hi

Re: [Openstack] Multi-Plugin Support for Quantum (Folsom)

2013-01-08 Thread Trinath Somanchi
Hi Eugene- Thanks a lot for the reply.. I have few doubts regarding the file /quantum/plugins/common/constants.py [1] Do we need to update this file when any new plugin is added? [2] How this file and its macros are utilized for servicing the multiple plugins? Also, I'm thinking on using OVS

Re: [Openstack] Multi-Plugin Support for Quantum (Folsom)

2013-01-08 Thread Eugene Nikanorov
Trinath, 1. We need to update the file once service type is added. Say, if we add firewall service, we need to add corresponding service type constant. 2. This constants are keys in the dictionary that keeps loaded plugins. So currently it's 1 plugin per service type. E.g. core API can have only