<div dir="ltr">Sure. Thanks Remo for that information.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 1, 2015 at 1:44 PM, Remo Mattei <span dir="ltr"><<a href="mailto:remo@italy1.com" target="_blank">remo@italy1.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">You may want to also add vxlan on that list it does not hurt and you could be using vxlan later on. <div><br></div><div>Remo <br><div><blockquote type="cite"><div><div class="h5"><div>On Oct 1, 2015, at 09:15, Geo Varghese <<a href="mailto:gvarghese@aqorn.com" target="_blank">gvarghese@aqorn.com</a>> wrote:</div><br></div></div><div><div><div class="h5"><div dir="ltr" style="font-family:Helvetica;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div><div><div>Hi Sinh/Assaf,<br><br></div>Finally found the issue using your inputs,<span> </span><br><br>In /etc/neutron/plugins/ml2/ml2_conf.ini<br><br></div>changed<br><br>tunnel_types =<span> </span><br><br></div>to<span> </span><br><br>tunnel_types = gre<br><br><div><br></div><div>While checking neutron agent code, we found that if tunnel_types =, then tunneling is diabled.<br><br><a href="https://github.com/openstack/neutron/blob/4798a0da610067f6fd55a00b2fadbf70a6703387/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L221" target="_blank">https://github.com/openstack/neutron/blob/4798a0da610067f6fd55a00b2fadbf70a6703387/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L221</a><br><br><a href="https://github.com/openstack/neutron/blob/4798a0da610067f6fd55a00b2fadbf70a6703387/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L265" target="_blank">https://github.com/openstack/neutron/blob/4798a0da610067f6fd55a00b2fadbf70a6703387/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L265</a><br><br></div><div>Now everything works perfectly. Thanks again for your support and inputs.<br></div><div><div><br><br></div></div></div><div class="gmail_extra" style="font-family:Helvetica;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br><div class="gmail_quote">On Thu, Oct 1, 2015 at 12:55 AM, Sinh Lam<span> </span><span dir="ltr"><<a href="mailto:sinh.lam@verizondigitalmedia.com" target="_blank">sinh.lam@verizondigitalmedia.com</a>></span><span> </span>wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">here's my config of my ml2_conf.ini.  <div><br></div><div><div style="margin:0px;font-size:9px;line-height:normal;font-family:Monaco;color:rgb(190,190,190);background-color:rgb(0,0,0)">[ml2]</div><div style="margin:0px;font-size:9px;line-height:normal;font-family:Monaco;color:rgb(190,190,190);background-color:rgb(0,0,0)">type_drivers=vlan</div><div style="margin:0px;font-size:9px;line-height:normal;font-family:Monaco;color:rgb(190,190,190);background-color:rgb(0,0,0)">tenant_network_types=vlan</div><div style="margin:0px;font-size:9px;line-height:normal;font-family:Monaco;color:rgb(190,190,190);background-color:rgb(0,0,0)">mechanism_drivers=openvswitch</div><div style="margin:0px;font-size:9px;line-height:normal;font-family:Monaco;color:rgb(190,190,190);background-color:rgb(0,0,0)">[ml2_type_flat]</div><div style="margin:0px;font-size:9px;line-height:normal;font-family:Monaco;color:rgb(190,190,190);background-color:rgb(0,0,0)">[ml2_type_vlan]</div><div style="margin:0px;font-size:9px;line-height:normal;font-family:Monaco;color:rgb(190,190,190);background-color:rgb(0,0,0)">network_vlan_ranges=Intnet1:100:3000</div><div style="margin:0px;font-size:9px;line-height:normal;font-family:Monaco;color:rgb(190,190,190);background-color:rgb(0,0,0)">[ml2_type_gre]</div><div style="margin:0px;font-size:9px;line-height:normal;font-family:Monaco;color:rgb(190,190,190);background-color:rgb(0,0,0)">[ml2_type_vxlan]</div><div style="margin:0px;font-size:9px;line-height:normal;font-family:Monaco;color:rgb(190,190,190);background-color:rgb(0,0,0)">[securitygroup]</div><div style="margin:0px;font-size:9px;line-height:normal;font-family:Monaco;color:rgb(190,190,190);background-color:rgb(0,0,0)">firewall_driver=neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver</div><div style="margin:0px;font-size:9px;line-height:normal;font-family:Monaco;color:rgb(190,190,190);background-color:rgb(0,0,0)">enable_security_group=True</div><div style="margin:0px;font-size:9px;line-height:normal;font-family:Monaco;color:rgb(190,190,190);background-color:rgb(0,0,0)">[ovs]</div><div style="margin:0px;font-size:9px;line-height:normal;font-family:Monaco;color:rgb(190,190,190);background-color:rgb(0,0,0)">use_veth_interconnection=True</div><div style="margin:0px;font-size:9px;line-height:normal;font-family:Monaco;color:rgb(190,190,190);background-color:rgb(0,0,0)">bridge_mappings=Intnet1:br-eth1</div></div><div><br></div><div>When i switched from havana to juno, i had to specify use_veth_interconnection=True otherwise my peer ports wouldn't be physically created.  i know you're using patch ports but hope it helps.  </div><span><font color="#888888"><div><br></div><div>sinh</div><div><br></div></font></span></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 30, 2015 at 12:18 PM, Geo Varghese<span> </span><span dir="ltr"><<a href="mailto:gvarghese@aqorn.com" target="_blank">gvarghese@aqorn.com</a>></span><span> </span>wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div>Hi Sinh,<br><br></div>Thanks for the update.<br><br></div>Its already started and showing up in command<br><br></div>neutron agent list<br><br></div>Not sure why the peer ports not created. Its created by plugin or l3-agent?<br><br></div>I am using ml2 plugin.<br><div><div><div><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 30, 2015 at 11:51 PM, Sinh Lam<span> </span><span dir="ltr"><<a href="mailto:sinh.lam@verizondigitalmedia.com" target="_blank">sinh.lam@verizondigitalmedia.com</a>></span><span> </span>wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">can you make sure the openvswitch plugin is started?  <div><br></div><div>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.</div><div><br></div><div>let me know if that helps.</div><div><br></div><div>sinh</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Wed, Sep 30, 2015 at 6:59 AM, Geo Varghese<span> </span><span dir="ltr"><<a href="mailto:gvarghese@aqorn.com" target="_blank">gvarghese@aqorn.com</a>></span><span> </span>wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div><div><div dir="ltr"><div>Hi Team,<br><br></div>I need a help with following issue<br><br><div>patch-int port is not created in br-tun. I am using kilo version of openstack in ubuntu 14.04. It was working in icehouse ubuntu 12.04.<span> </span><br><br></div><div>Its not created in both controller and compute.<br></div><div><br><br></div><div>root@Node4:~/compute# ovs-vsctl show<br>c1e3a6e9-5a11-4160-8903-e09de64eaa4f<br>   <span> </span>Bridge br-tun<br>       <span> </span>Port br-tun<br>           <span> </span>Interface br-tun<br>               <span> </span>type: internal<br>   <span> </span>Bridge br-int<br>       <span> </span>fail_mode: secure<br>       <span> </span>Port br-int<br>           <span> </span>Interface br-int<br>               <span> </span>type: internal<br>   <span> </span>ovs_version: "2.3.2"<br><br><br></div><div>Guys, please give some inputs to fix this this issue. Is anything specific needs to changed in any conf file?<br><br></div><div>Thanks again for great support from the group.<span><font color="#888888"><br><br clear="all"><div><br>--<span> </span><br><span><font color="#888888"><div><div dir="ltr">--<div>Regards,</div><div>Geo Varghese</div></div></div></font></span></div></font></span></div></div><span><font color="#888888"><br></font></span></div></div><span><font color="#888888">_______________________________________________<br>Mailing list:<span> </span><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>Post to     :<span> </span><a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>Unsubscribe :<span> </span><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br><br></font></span></blockquote></div><span><font color="#888888"><br></font></span></div><span><font color="#888888"></font></span></blockquote></div><span><font color="#888888"><br><br clear="all"><br>--<span> </span><br><div><div dir="ltr">--<div>Regards,</div><div>Geo Varghese</div></div></div></font></span></div></blockquote></div><br></div></div></div></blockquote></div><br><br clear="all"><br>--<span> </span><br><div><div dir="ltr">--<div>Regards,</div><div>Geo Varghese</div></div></div></div></div></div><span style="font-family:Helvetica;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important">!DSPAM:1,560cdebf318162045114721! _______________________________________________</span><span class=""><br style="font-family:Helvetica;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="font-family:Helvetica;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important">Mailing list:<span> </span></span><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" style="font-family:Helvetica;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br style="font-family:Helvetica;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="font-family:Helvetica;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important">Post to     :<span> </span></span><a href="mailto:openstack@lists.openstack.org" style="font-family:Helvetica;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" target="_blank">openstack@lists.openstack.org</a><br style="font-family:Helvetica;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><span style="font-family:Helvetica;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important">Unsubscribe :<span> </span></span><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" style="font-family:Helvetica;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br style="font-family:Helvetica;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br style="font-family:Helvetica;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><br style="font-family:Helvetica;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"></span><span style="font-family:Helvetica;font-size:13px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;float:none;display:inline!important">!DSPAM:1,560cdebf318162045114721!</span></div></blockquote></div><br></div></div></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr">--<div>Regards,</div><div>Geo Varghese</div></div></div>
</div>