[openstack-dev] [neutron] [ml2] What is the router plugin for ml2

2013-10-30 Thread Xu Zhongxing
I noticed that the ml2 plugin does not support router extension itself. In README, it says It utilizes the service plugin interface to implement the L3 router abstraction. I wonder what is the current solution for router in ml2? Is there a plugin that already exists?

[openstack-dev] [neutron] Where is neutron.conf and plugin's conf file parsed

2013-10-25 Thread Xu Zhongxing
Hi, Could someone give me a pointer to the code that parse the conf file of neutron and the plugin (and populate the CONF object)? I am new to the code and cannot find it. Thank you. - Xu Zhongxing___ OpenStack-dev mailing list

Re: [openstack-dev] [neutron] Where is neutron.conf and plugin's conf file parsed

2013-10-25 Thread Xu Zhongxing
I get it. It's parsed in ConfigOpts.__call__(). At 2013-10-26 11:05:16,Xu Zhongxing xu_zhong_x...@163.com wrote: Hi, Could someone give me a pointer to the code that parse the conf file of neutron and the plugin (and populate the CONF object)? I am new to the code and cannot find it. Thank