<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">You may want to also add vxlan on that list it does not hurt and you could be using vxlan later on. <div class=""><br class=""></div><div class="">Remo <br class=""><div><blockquote type="cite" class=""><div class="">On Oct 1, 2015, at 09:15, Geo Varghese <<a href="mailto:gvarghese@aqorn.com" class="">gvarghese@aqorn.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" style="font-family: Helvetica; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><div class=""><div class=""><div class="">Hi Sinh/Assaf,<br class=""><br class=""></div>Finally found the issue using your inputs,<span class="Apple-converted-space"> </span><br class=""><br class="">In /etc/neutron/plugins/ml2/ml2_conf.ini<br class=""><br class=""></div>changed<br class=""><br class="">tunnel_types =<span class="Apple-converted-space"> </span><br class=""><br class=""></div>to<span class="Apple-converted-space"> </span><br class=""><br class="">tunnel_types = gre<br class=""><br class=""><div class=""><br class=""></div><div class="">While checking neutron agent code, we found that if tunnel_types =, then tunneling is diabled.<br class=""><br class=""><a href="https://github.com/openstack/neutron/blob/4798a0da610067f6fd55a00b2fadbf70a6703387/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L221" class="">https://github.com/openstack/neutron/blob/4798a0da610067f6fd55a00b2fadbf70a6703387/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L221</a><br class=""><br class=""><a href="https://github.com/openstack/neutron/blob/4798a0da610067f6fd55a00b2fadbf70a6703387/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L265" class="">https://github.com/openstack/neutron/blob/4798a0da610067f6fd55a00b2fadbf70a6703387/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L265</a><br class=""><br class=""></div><div class="">Now everything works perfectly. Thanks again for your support and inputs.<br class=""></div><div class=""><div class=""><br class=""><br class=""></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; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class=""><div class="gmail_quote">On Thu, Oct 1, 2015 at 12:55 AM, Sinh Lam<span class="Apple-converted-space"> </span><span dir="ltr" class=""><<a href="mailto:sinh.lam@verizondigitalmedia.com" target="_blank" class="">sinh.lam@verizondigitalmedia.com</a>></span><span class="Apple-converted-space"> </span>wrote:<br class=""><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" class="">here's my config of my ml2_conf.ini.  <div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 9px; line-height: normal; font-family: Monaco; color: rgb(190, 190, 190); background-color: rgb(0, 0, 0);" class="">[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);" class="">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);" class="">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);" class="">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);" class="">[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);" class="">[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);" class="">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);" class="">[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);" class="">[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);" class="">[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);" class="">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);" class="">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);" class="">[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);" class="">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);" class="">bridge_mappings=Intnet1:br-eth1</div></div><div class=""><br class=""></div><div class="">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 class="HOEnZb"><font color="#888888" class=""><div class=""><br class=""></div><div class="">sinh</div><div class=""><br class=""></div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br class=""><div class="gmail_quote">On Wed, Sep 30, 2015 at 12:18 PM, Geo Varghese<span class="Apple-converted-space"> </span><span dir="ltr" class=""><<a href="mailto:gvarghese@aqorn.com" target="_blank" class="">gvarghese@aqorn.com</a>></span><span class="Apple-converted-space"> </span>wrote:<br class=""><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" class=""><div class=""><div class=""><div class=""><div class=""><div class="">Hi Sinh,<br class=""><br class=""></div>Thanks for the update.<br class=""><br class=""></div>Its already started and showing up in command<br class=""><br class=""></div>neutron agent list<br class=""><br class=""></div>Not sure why the peer ports not created. Its created by plugin or l3-agent?<br class=""><br class=""></div>I am using ml2 plugin.<br class=""><div class=""><div class=""><div class=""><br class=""></div></div></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Wed, Sep 30, 2015 at 11:51 PM, Sinh Lam<span class="Apple-converted-space"> </span><span dir="ltr" class=""><<a href="mailto:sinh.lam@verizondigitalmedia.com" target="_blank" class="">sinh.lam@verizondigitalmedia.com</a>></span><span class="Apple-converted-space"> </span>wrote:<br class=""><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" class="">can you make sure the openvswitch plugin is started?  <div class=""><br class=""></div><div class="">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 class=""><br class=""></div><div class="">let me know if that helps.</div><div class=""><br class=""></div><div class="">sinh</div><div class=""><br class=""></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote"><div class=""><div class="">On Wed, Sep 30, 2015 at 6:59 AM, Geo Varghese<span class="Apple-converted-space"> </span><span dir="ltr" class=""><<a href="mailto:gvarghese@aqorn.com" target="_blank" class="">gvarghese@aqorn.com</a>></span><span class="Apple-converted-space"> </span>wrote:<br class=""></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 class=""><div class=""><div dir="ltr" class=""><div class="">Hi Team,<br class=""><br class=""></div>I need a help with following issue<br class=""><br class=""><div class="">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 class="Apple-converted-space"> </span><br class=""><br class=""></div><div class="">Its not created in both controller and compute.<br class=""></div><div class=""><br class=""><br class=""></div><div class="">root@Node4:~/compute# ovs-vsctl show<br class="">c1e3a6e9-5a11-4160-8903-e09de64eaa4f<br class="">   <span class="Apple-converted-space"> </span>Bridge br-tun<br class="">       <span class="Apple-converted-space"> </span>Port br-tun<br class="">           <span class="Apple-converted-space"> </span>Interface br-tun<br class="">               <span class="Apple-converted-space"> </span>type: internal<br class="">   <span class="Apple-converted-space"> </span>Bridge br-int<br class="">       <span class="Apple-converted-space"> </span>fail_mode: secure<br class="">       <span class="Apple-converted-space"> </span>Port br-int<br class="">           <span class="Apple-converted-space"> </span>Interface br-int<br class="">               <span class="Apple-converted-space"> </span>type: internal<br class="">   <span class="Apple-converted-space"> </span>ovs_version: "2.3.2"<br class=""><br class=""><br class=""></div><div class="">Guys, please give some inputs to fix this this issue. Is anything specific needs to changed in any conf file?<br class=""><br class=""></div><div class="">Thanks again for great support from the group.<span class=""><font color="#888888" class=""><br class=""><br clear="all" class=""><div class=""><br class="">--<span class="Apple-converted-space"> </span><br class=""><span class=""><font color="#888888" class=""><div class=""><div dir="ltr" class="">--<div class="">Regards,</div><div class="">Geo Varghese</div></div></div></font></span></div></font></span></div></div><span class=""><font color="#888888" class=""><br class=""></font></span></div></div><span class=""><font color="#888888" class="">_______________________________________________<br class="">Mailing list:<span class="Apple-converted-space"> </span><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank" class="">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br class="">Post to     :<span class="Apple-converted-space"> </span><a href="mailto:openstack@lists.openstack.org" target="_blank" class="">openstack@lists.openstack.org</a><br class="">Unsubscribe :<span class="Apple-converted-space"> </span><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank" class="">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br class=""><br class=""></font></span></blockquote></div><span class=""><font color="#888888" class=""><br class=""></font></span></div><span class=""><font color="#888888" class=""></font></span></blockquote></div><span class=""><font color="#888888" class=""><br class=""><br clear="all" class=""><br class="">--<span class="Apple-converted-space"> </span><br class=""><div class=""><div dir="ltr" class="">--<div class="">Regards,</div><div class="">Geo Varghese</div></div></div></font></span></div></blockquote></div><br class=""></div></div></div></blockquote></div><br class=""><br clear="all" class=""><br class="">--<span class="Apple-converted-space"> </span><br class=""><div class="gmail_signature"><div dir="ltr" class="">--<div class="">Regards,</div><div class="">Geo Varghese</div></div></div></div><span style="font-family: Helvetica; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">!DSPAM:1,560cdebf318162045114721! _______________________________________________</span><br style="font-family: Helvetica; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Mailing list:<span class="Apple-converted-space"> </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; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">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; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Post to     :<span class="Apple-converted-space"> </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; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">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; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Unsubscribe :<span class="Apple-converted-space"> </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; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">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; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">!DSPAM:1,560cdebf318162045114721!</span></div></blockquote></div><br class=""></div></body></html>