Re: [Openstack] patch-int port is not created in br-tun - kilo

2015-10-01 Thread Geo Varghese
Sure. Thanks Remo for that information. On Thu, Oct 1, 2015 at 1:44 PM, Remo Mattei wrote: > You may want to also add vxlan on that list it does not hurt and you could > be using vxlan later on. > > Remo > > On Oct 1, 2015, at 09:15, Geo Varghese wrote: > > Hi Sinh/Assaf, > > Finally found the

Re: [Openstack] patch-int port is not created in br-tun - kilo

2015-10-01 Thread Remo Mattei
You may want to also add vxlan on that list it does not hurt and you could be using vxlan later on. Remo > On Oct 1, 2015, at 09:15, Geo Varghese wrote: > > Hi Sinh/Assaf, > > Finally found the issue using your inputs, > > In /etc/neutron/plugins/ml2/ml2_conf.ini > > changed > > tunnel_t

Re: [Openstack] patch-int port is not created in br-tun - kilo

2015-10-01 Thread Geo Varghese
Hi Sinh/Assaf, Finally found the issue using your inputs, In /etc/neutron/plugins/ml2/ml2_conf.ini changed tunnel_types = to tunnel_types = gre While checking neutron agent code, we found that if tunnel_types =, then tunneling is diabled. https://github.com/openstack/neutron/blob/4798a0da6

Re: [Openstack] patch-int port is not created in br-tun - kilo

2015-09-30 Thread Geo Varghese
Hi Sinh, Thanks again for that information. Let me check with it. On Thu, Oct 1, 2015 at 12:55 AM, Sinh Lam wrote: > here's my config of my ml2_conf.ini. > > [ml2] > > type_drivers=vlan > > tenant_network_types=vlan > > mechanism_drivers=openvswitch > > [ml2_type_flat] > > [ml2_type_vlan] > > n

Re: [Openstack] patch-int port is not created in br-tun - kilo

2015-09-30 Thread Geo Varghese
Hi Sinh, Thanks for the update. Its already started and showing up in command neutron agent list Not sure why the peer ports not created. Its created by plugin or l3-agent? I am using ml2 plugin. On Wed, Sep 30, 2015 at 11:51 PM, Sinh Lam wrote: > can you make sure the openvswitch plugin i

Re: [Openstack] patch-int port is not created in br-tun - kilo

2015-09-30 Thread Sinh Lam
can you make sure the openvswitch plugin is started? looks like the bridges were made but not the peer ports and as far as i can tell that is brought up when you start the plugin. let me know if that helps. sinh On Wed, Sep 30, 2015 at 6:59 AM, Geo Varghese wrote: > Hi Team, > > I need a help