<div dir="ltr"><span style="color:rgb(80,0,80)">Alioune,</span><div><font color="#500050"><br></font></div><div><font color="#500050">   If you use networking-sfc master code , you can use create flow-classifier without  logical-source-port specified .  But if back-end driver is  OVS , you will end up failure in ovs_driver checks . If i remembered correct , logical_source_port restriction is to avoid retrun packets to get reclassified .</font></div><div><font color="#500050"><br></font></div><div><font color="#500050">Thanks.,</font></div><div><font color="#500050">Mohankumar.N</font></div><div><font color="#500050"><br></font></div><div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 9, 2016 at 8:27 PM, Alioune <span dir="ltr"><<a href="mailto:balioune3@gmail.com" target="_blank">balioune3@gmail.com</a>></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">Mohan,<div><br></div><div>I would like to redirect all http flows in tenant network to the port-chain and according to your explanation I do specify the neutron-port of source vm in the classifier.</div><div><br></div><div>is there a generic way to to put into the chain all traffc going to a web server the tenant network ? (to avoide  setting <span style="font-size:12.8px">neutron-port of  source vm)</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Regards,</span></div></div><div class=""><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On 9 June 2016 at 16:32, Mohan Kumar <span dir="ltr"><<a href="mailto:nmohankumar1011@gmail.com" target="_blank">nmohankumar1011@gmail.com</a>></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">Alioune,<br><br>   logical-source-port is egress neutron-port of  source vm , typically  flow-classifier will classifies packets coming to this neutron port and forwards to the rest of port-chain if other classifier conditions are matches.<br><br>Thanks.,<br>Mohankumar.N<br><div><span style="color:rgb(80,0,80);font-size:12.8px"><br></span></div><div><span style="color:rgb(80,0,80);font-size:12.8px"><br></span></div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 9, 2016 at 7:20 PM, Alioune <span dir="ltr"><<a href="mailto:balioune3@gmail.com" target="_blank">balioune3@gmail.com</a>></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">Thanks Mohan,<div><br></div><div>After setting service_plugins and adding sfc tables to neutrondb, I can create port-pair, port-pair-group but classifier creation still claim a logical-source-port parameter.</div><div><br></div><div>neutron flow-classifier-create  --ethertype IPv4  --source-ip-prefix <a href="http://55.55.55.2/32" target="_blank">55.55.55.2/32</a>  --destination-ip-prefix <a href="http://55.55.55.9/32" target="_blank">55.55.55.9/32</a>  --protocol tcp  --source-port 22:22  --destination-port 1:65000 FC1<br></div><div>ERROR:</div><span><div>neutron flow-classifier-create: error: argument --logical-source-port is required<br></div><div><div>Try 'neutron help flow-classifier-create' for more information.</div></div><div><br></div></span><div>Please someone can explain what does --logical-source-port correspond to ?</div><div>Does the classifier require port-create like SF ?</div><div><br></div><div>Regards,</div><div><br></div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On 9 June 2016 at 09:21, Mohan Kumar <span dir="ltr"><<a href="mailto:nmohankumar1011@gmail.com" target="_blank">nmohankumar1011@gmail.com</a>></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"><span style="font-size:12.8px;font-weight:bold;white-space:nowrap">Alioune,</span><br><div><span style="font-size:12.8px;font-weight:bold;white-space:nowrap"><br></span></div><div><span style="font-size:12.8px;font-weight:bold;white-space:nowrap">networking-sfc  resources not installed / not reachable , </span><span style="font-size:12.8px;white-space:nowrap">If installation is okay, </span><span style="font-size:12.8px;white-space:nowrap">Possibly you may missed service_plugins entry in <b>neutron.conf </b>( in case of manual networking-sfc installation) </span></div><div><span style="font-size:12.8px;font-weight:bold;white-space:nowrap"><br></span></div><div><span style="font-size:12.8px;white-space:nowrap">it should be ,</span></div><div><span style="font-size:12.8px;font-weight:bold;white-space:nowrap"><br></span></div><div><span style="font-size:12.8px;white-space:nowrap"><b>service_plugins = neutron.services.l3_router.l3_router_plugin.L3RouterPlugin,networking_sfc.services.flowclassifier.plugin.FlowClassifierPlugin,networking_sfc.services.sfc.plugin.SfcPlugin</b></span></div><div><span style="font-size:12.8px;font-weight:bold;white-space:nowrap"> </span></div><div><b style="font-size:12.8px;white-space:nowrap">and restart q-svc services in screen -x </b></div><div><b style="font-size:12.8px;white-space:nowrap"><br></b></div><div><b style="font-size:12.8px;white-space:nowrap">Thanks.,</b></div><div><b style="font-size:12.8px;white-space:nowrap">Mohankumar.N </b><br></div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 9, 2016 at 12:58 AM, Alioune <span dir="ltr"><<a href="mailto:balioune3@gmail.com" target="_blank">balioune3@gmail.com</a>></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>I've switched from devstack to a normal deployment of openstack/mitaka and neutron-l2 agent is working fine with sfc. I can boot instances, create ports.</div><div>However I can not create neither flow-classifier nor port-pair ...</div><div><br></div><div>neutron flow-classifier-create --ethertype IPv4 --source-ip-prefix <a href="http://22.1.20.1/32" target="_blank">22.1.20.1/32</a> --destination-ip-prefix <a href="http://172.4.5.6/32" target="_blank">172.4.5.6/32</a> --protocol tcp --source-port 23:23 --destination-port 100:100 FC1</div><div><br></div><div>returns: neutron flow-classifier-create: error: argument --logical-source-port is required</div><div>Try 'neutron help flow-classifier-create' for more information.</div><div><br></div><div> neutron port-pair-create --ingress=p1 --egress=p2 PP1</div><div>404 Not Found</div><div><br></div><div>The resource could not be found.</div><div><br></div><div>Neutron server returns request_ids: ['req-1bfd0983-4a61-4b32-90b3-252004d90e65']</div><div><br></div><div>neutron --version</div><div>4.1.1</div><div><br></div><div>p1,p2,p3,p4 have already been created, I can ping instances attached to these ports.</div><div>Since I've not installed networking-sfc, are there additional config to set in neutron config files ?</div><div>Or is it due to neutron-client version ?</div><div><br></div><div>Regards</div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On 8 June 2016 at 20:31, Mohan Kumar <span dir="ltr"><<a href="mailto:nmohankumar1011@gmail.com" target="_blank">nmohankumar1011@gmail.com</a>></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"><p dir="ltr">neutron agent not able to fetch details from ovsdb . Could you check below options 1.restart ovsdb-server and execute ovs_vsctl list-br  2.   execute ovs- vsctl list-br manually and try to check error.</p>
<p dir="ltr"> 3. Could be ovs cleanup issue , please check the output of sudo service openvswitch restart and /etc/init.d/openvswich** restart , both should be same <br>
 <br>
Thanks.,<br>
Mohankumar.N</p><div><div>
<div class="gmail_quote">On Jun 7, 2016 6:04 PM, "Alioune" <<a href="mailto:balioune3@gmail.com" target="_blank">balioune3@gmail.com</a>> wrote:<br type="attribution"><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">Hi Mohan/Cathy<div> I've installed now ovs 2.4.0 and followed <a href="https://wiki.openstack.org/wiki/Neutron/ServiceInsertionAndChaining" style="white-space:pre-wrap" target="_blank">https://wiki.openstack.org/wiki/Neutron/ServiceInsertionAndChaining</a> but I got this error :</div><div>Regards,</div><div><br></div><div><div>+ neutron-ovs-cleanup</div><div>2016-06-07 11:25:36.465 22147 INFO neutron.common.config [-] Logging enabled!</div><div>2016-06-07 11:25:36.468 22147 INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 7.1.1.dev4</div><div>2016-06-07 11:25:36.505 22147 ERROR neutron.agent.ovsdb.impl_vsctl [-] Unable to execute ['ovs-vsctl', '--timeout=10', '--oneline', '--format=json', '--', 'list-br'].</div><div>2016-06-07 11:25:36.505 22147 ERROR neutron.agent.ovsdb.impl_vsctl Traceback (most recent call last):</div><div>2016-06-07 11:25:36.505 22147 ERROR neutron.agent.ovsdb.impl_vsctl   File "/opt/stack/neutron/neutron/agent/ovsdb/impl_vsctl.py", line 63, in run_vsctl</div><div>2016-06-07 11:25:36.505 22147 ERROR neutron.agent.ovsdb.impl_vsctl     log_fail_as_error=False).rstrip()</div><div>2016-06-07 11:25:36.505 22147 ERROR neutron.agent.ovsdb.impl_vsctl   File "/opt/stack/neutron/neutron/agent/linux/utils.py", line 159, in execute</div><div>2016-06-07 11:25:36.505 22147 ERROR neutron.agent.ovsdb.impl_vsctl     raise RuntimeError(m)</div><div>2016-06-07 11:25:36.505 22147 ERROR neutron.agent.ovsdb.impl_vsctl RuntimeError:</div><div>2016-06-07 11:25:36.505 22147 ERROR neutron.agent.ovsdb.impl_vsctl Command: ['sudo', 'ovs-vsctl', '--timeout=10', '--oneline', '--format=json', '--', 'list-br']</div><div>2016-06-07 11:25:36.505 22147 ERROR neutron.agent.ovsdb.impl_vsctl Exit code: 1</div><div>2016-06-07 11:25:36.505 22147 ERROR neutron.agent.ovsdb.impl_vsctl</div><div>2016-06-07 11:25:36.505 22147 ERROR neutron.agent.ovsdb.impl_vsctl</div><div>2016-06-07 11:25:36.512 22147 CRITICAL neutron [-] RuntimeError:</div><div>Command: ['sudo', 'ovs-vsctl', '--timeout=10', '--oneline', '--format=json', '--', 'list-br']</div><div>Exit code: 1</div><div><br></div><div>2016-06-07 11:25:36.512 22147 ERROR neutron Traceback (most recent call last):</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron   File "/usr/local/bin/neutron-ovs-cleanup", line 10, in <module></div><div>2016-06-07 11:25:36.512 22147 ERROR neutron     sys.exit(main())</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron   File "/opt/stack/neutron/neutron/cmd/ovs_cleanup.py", line 89, in main</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron     ovs_bridges = set(ovs.get_bridges())</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron   File "/opt/stack/neutron/neutron/agent/common/ovs_lib.py", line 132, in get_bridges</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron     return self.ovsdb.list_br().execute(check_error=True)</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron   File "/opt/stack/neutron/neutron/agent/ovsdb/impl_vsctl.py", line 83, in execute</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron     txn.add(self)</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron   File "/opt/stack/neutron/neutron/agent/ovsdb/api.py", line 70, in __exit__</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron     self.result = self.commit()</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron   File "/opt/stack/neutron/neutron/agent/ovsdb/impl_vsctl.py", line 50, in commit</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron     res = self.run_vsctl(args)</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron   File "/opt/stack/neutron/neutron/agent/ovsdb/impl_vsctl.py", line 70, in run_vsctl</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron     ctxt.reraise = False</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron   File "/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 204, in __exit__</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron     six.reraise(self.type_, self.value, self.tb)</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron   File "/opt/stack/neutron/neutron/agent/ovsdb/impl_vsctl.py", line 63, in run_vsctl</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron     log_fail_as_error=False).rstrip()</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron   File "/opt/stack/neutron/neutron/agent/linux/utils.py", line 159, in execute</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron     raise RuntimeError(m)</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron RuntimeError:</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron Command: ['sudo', 'ovs-vsctl', '--timeout=10', '--oneline', '--format=json', '--', 'list-br']</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron Exit code: 1</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron</div><div>2016-06-07 11:25:36.512 22147 ERROR neutron</div><div>+ exit_trap</div><div>+ local r=1</div><div>++ jobs -p</div><div>+ jobs=</div><div>+ [[ -n '' ]]</div><div>+ kill_spinner</div><div>+ '[' '!' -z '' ']'</div><div>+ [[ 1 -ne 0 ]]</div><div>+ echo 'Error on exit'</div><div>Error on exit</div><div>+ generate-subunit 1465296797 1939 fail</div><div>+ [[ -z /opt/stack/logs ]]</div><div>+ /home/alioune/devstack/tools/worlddump.py -d /opt/stack/logs</div><div>World dumping... see /opt/stack/logs/worlddump-2016-06-07-112537.txt for details</div><div>+ exit 1</div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 7 June 2016 at 12:08, Mohan Kumar <span dir="ltr"><<a href="mailto:nmohankumar1011@gmail.com" target="_blank">nmohankumar1011@gmail.com</a>></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">Hi <span style="font-size:12.8px;font-weight:bold;white-space:nowrap">shihanzhang / </span><span style="color:rgb(0,0,0);font-family:Helvetica,'Microsoft Yahei',verdana;font-size:14px;line-height:23.324px">Alioune</span><span style="font-size:12.8px;font-weight:bold;white-space:nowrap"> ,</span><div><br></div><div><span style="font-size:12.8px;white-space:nowrap"><b>your kernel (check with uname -r )  should support OVS version , below table compare kern</b></span><span style="color:rgb(0,0,0);white-space:pre-wrap">el versions and  corresponding Open vSwitch release support</span></div><div><span style="font-size:12.8px;white-space:nowrap"><b><br></b></span></div><div><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">| Open vSwitch | Linux kernel
|:------------:|:-------------:
|    1.4.x     | 2.6.18 to 3.2
|    1.5.x     | 2.6.18 to 3.2
|    1.6.x     | 2.6.18 to 3.2
|    1.7.x     | 2.6.18 to 3.3
|    1.8.x     | 2.6.18 to 3.4
|    1.9.x     | 2.6.18 to 3.8
|    1.10.x    | 2.6.18 to 3.8
|    1.11.x    | 2.6.18 to 3.8
|    2.0.x     | 2.6.32 to 3.10
|    2.1.x     | 2.6.32 to 3.11
|    2.3.x     | 2.6.32 to 3.14
|    2.4.x     | 2.6.32 to 4.0
|    2.5.x     | 2.6.32 to 4.3</pre><pre style="word-wrap:break-word"><font color="#000000"><span style="white-space:pre-wrap"><a href="http://openvswitch.org/support/dist-docs/FAQ.md.txt" target="_blank">http://openvswitch.org/support/dist-docs/FAQ.md.txt</a> (<br></span></font><span style="color:rgb(0,0,0);white-space:pre-wrap;font-family:arial,sans-serif">### Q: What Linux kernel versions does each Open vSwitch release work with?)</span></pre><pre style="word-wrap:break-word">I installed SFC with OVS 2.4.0  and 2.5.0 and not seen any issue </pre><pre style="word-wrap:break-word"><span style="font-family:arial,sans-serif">Please check SFC wiki for installation guidelines : </span><a href="https://wiki.openstack.org/wiki/Neutron/ServiceInsertionAndChaining" style="font-family:arial,sans-serif" target="_blank">https://wiki.openstack.org/wiki/Neutron/ServiceInsertionAndChaining</a><br></pre><pre style="word-wrap:break-word"><span style="font-family:arial,sans-serif"><br></span></pre><pre style="word-wrap:break-word"><span style="font-family:arial,sans-serif">Thanks.,</span><br></pre><pre style="word-wrap:break-word">Mohankumar.N</pre><pre style="word-wrap:break-word"><span style="color:rgb(0,0,0);white-space:pre-wrap;font-family:arial,sans-serif"><br></span></pre><pre style="word-wrap:break-word"><font color="#000000"><span style="white-space:pre-wrap"><br></span></font></pre><pre style="word-wrap:break-word"><font color="#000000"><span style="white-space:pre-wrap"><br></span></font></pre></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Tue, Jun 7, 2016 at 1:46 PM, shihanzhang <span dir="ltr"><<a href="mailto:ayshihanzhang@126.com" target="_blank">ayshihanzhang@126.com</a>></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 style="line-height:1.7;color:rgb(0,0,0);font-size:14px;font-family:Arial"><div><span style="font-family:Helvetica,'Microsoft Yahei',verdana;line-height:23.324px">Hi Alioune and Cathy,</span></div><div><span style="font-family:Helvetica,'Microsoft Yahei',verdana;line-height:23.324px">     For devstack on ubuntu14.04, the default ovs version is </span><font face="Helvetica, Microsoft Yahei, verdana"><span style="line-height:23.324px">2.0.2, so there was the error as </span></font><span style="font-family:Helvetica,'Microsoft Yahei',verdana;line-height:23.324px">Alioune</span><span style="font-family:Helvetica,'Microsoft Yahei',verdana;line-height:23.324px"> said.</span></div><div><span style="font-family:Helvetica,'Microsoft Yahei',verdana;line-height:23.324px">     Do we need to install </span><font face="Helvetica, Microsoft Yahei, verdana"><span style="line-height:23.324px">speical ovs version in networking-sfc devstack plugin.sh?</span></font></div><div><div><div><span style="font-family:Helvetica,'Microsoft Yahei',verdana;line-height:23.324px">    </span></div><br><br><br><div style="zoom:1"></div><div></div><br>在 2016-06-07 07:48:26,"Cathy Zhang" <<a href="mailto:Cathy.H.Zhang@huawei.com" target="_blank">Cathy.H.Zhang@huawei.com</a>> 写道:<br> <blockquote style="padding-left:1ex;margin:0px 0px 0px 0.8ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">






<div>
<p class="MsoNormal">Hi Alioune,<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Which OVS version are you using? <u></u><u></u></p>
<p class="MsoNormal">Try openvswitch version 2.4.0 and restart the openvswitch-server before installing the devstack.
<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Cathy<span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11pt;font-family:Calibri,sans-serif;color:rgb(31,73,125)"><u></u> <u></u></span></p>
<div style="border-style:solid none none;border-top-color:rgb(181,196,223);border-top-width:1pt;padding:3pt 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10pt;font-family:Tahoma,sans-serif">From:</span></b><span style="font-size:10pt;font-family:Tahoma,sans-serif"> Alioune [mailto:<a href="mailto:balioune3@gmail.com" target="_blank">balioune3@gmail.com</a>]
<br>
<b>Sent:</b> Friday, June 03, 2016 9:07 AM<br>
<b>To:</b> <a href="mailto:openstack-dev@lists.openstack.org" target="_blank">openstack-dev@lists.openstack.org</a><br>
<b>Cc:</b> Cathy Zhang<br>
<b>Subject:</b> [openstack-dev][neutron][SFC]<u></u><u></u></span></p>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<div>
<p class="MsoNormal">Probleme with OpenStack SFC<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Hi all, <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">I've installed Openstack SFC with devstack and all module are corretly running except the neutron L2-agent<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">After a "screen -rd", it seems that there is a conflict between l2-agent and SFC (see trace bellow).<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">I solved the issue with "sudo ovs-vsctl set bridge br protocols=OpenFlow10,OpenFlow11,OpenFlow12,OpenFlow13" on all openvswitch bridge (br-int, br-ex, br-tun and br-mgmt0).<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">I would like to know:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">      - If someone knows why this error arrises ?<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">     - is there another way to solve it ?<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Regards,<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:56.323 WARNING neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-1258bbbc-7211-4cfd-ab7c-8b856604f768 None None] OVS is dead. OVSNeutronAgent will keep running and checking OVS status periodically.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:56.330 DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-1258bbbc-7211-4cfd-ab7c-8b856604f768 None None] Agent rpc_loop - iteration:4722 completed. Processed ports statistics: {'regular': {'updated':
 0, 'added': 0, 'removed': 0}}. Elapsed:0.086 from (pid=12775) loop_count_and_wait /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:1680<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:58.256 DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-1258bbbc-7211-4cfd-ab7c-8b856604f768 None None] Agent rpc_loop - iteration:4723 started from (pid=12775) rpc_loop /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:1732<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:58.258 DEBUG neutron.agent.linux.utils [req-1258bbbc-7211-4cfd-ab7c-8b856604f768 None None] Running command (rootwrap daemon): ['ovs-ofctl', '-O openflow13', 'dump-flows', 'br-int', 'table=23'] from (pid=12775) execute_rootwrap_daemon
 /opt/stack/neutron/neutron/agent/linux/utils.py:101<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:58.311 ERROR neutron.agent.linux.utils [req-1258bbbc-7211-4cfd-ab7c-8b856604f768 None None]<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Command: ['ovs-ofctl', '-O openflow13', 'dump-flows', 'br-int', 'table=23']<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Exit code: 1<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Stdin:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Stdout:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Stderr: 2016-06-03T12:51:58Z|00001|vconn|WARN|unix:/var/run/openvswitch/br-int.mgmt: version negotiation failed (we support version 0x04, peer supports version 0x01)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">ovs-ofctl: br-int: failed to connect to socket (Broken pipe)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:58.323 ERROR networking_sfc.services.sfc.common.ovs_ext_lib [req-1258bbbc-7211-4cfd-ab7c-8b856604f768 None None]<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Command: ['ovs-ofctl', '-O openflow13', 'dump-flows', 'br-int', 'table=23']<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Exit code: 1<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Stdin:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Stdout:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Stderr: 2016-06-03T12:51:58Z|00001|vconn|WARN|unix:/var/run/openvswitch/br-int.mgmt: version negotiation failed (we support version 0x04, peer supports version 0x01)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">ovs-ofctl: br-int: failed to connect to socket (Broken pipe)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:58.323 TRACE networking_sfc.services.sfc.common.ovs_ext_lib Traceback (most recent call last):<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:58.323 TRACE networking_sfc.services.sfc.common.ovs_ext_lib   File "/opt/stack/networking-sfc/networking_sfc/services/sfc/common/ovs_ext_lib.py", line 125, in run_ofctl<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:58.323 TRACE networking_sfc.services.sfc.common.ovs_ext_lib     process_input=process_input)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:58.323 TRACE networking_sfc.services.sfc.common.ovs_ext_lib   File "/opt/stack/neutron/neutron/agent/linux/utils.py", line 159, in execute<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:58.323 TRACE networking_sfc.services.sfc.common.ovs_ext_lib     raise RuntimeError(m)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:58.323 TRACE networking_sfc.services.sfc.common.ovs_ext_lib RuntimeError:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:58.323 TRACE networking_sfc.services.sfc.common.ovs_ext_lib Command: ['ovs-ofctl', '-O openflow13', 'dump-flows', 'br-int', 'table=23']<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:58.323 TRACE networking_sfc.services.sfc.common.ovs_ext_lib Exit code: 1<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:58.323 TRACE networking_sfc.services.sfc.common.ovs_ext_lib Stdin:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:58.323 TRACE networking_sfc.services.sfc.common.ovs_ext_lib Stdout:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:58.323 TRACE networking_sfc.services.sfc.common.ovs_ext_lib Stderr: 2016-06-03T12:51:58Z|00001|vconn|WARN|unix:/var/run/openvswitch/br-int.mgmt: version negotiation failed (we support version 0x04, peer supports version
 0x01)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:58.323 TRACE networking_sfc.services.sfc.common.ovs_ext_lib ovs-ofctl: br-int: failed to connect to socket (Broken pipe)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:58.323 TRACE networking_sfc.services.sfc.common.ovs_ext_lib<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:58.323 TRACE networking_sfc.services.sfc.common.ovs_ext_lib<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:58.335 ERROR networking_sfc.services.sfc.common.ovs_ext_lib [req-1258bbbc-7211-4cfd-ab7c-8b856604f768 None None] Unable to execute ['ovs-ofctl', '-O openflow13', 'dump-flows', 'br-int', 'table=23'].<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:58.337 WARNING neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-1258bbbc-7211-4cfd-ab7c-8b856604f768 None None] OVS is dead. OVSNeutronAgent will keep running and checking OVS status periodically.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">2016-06-03 12:51:58.341 DEBUG neutron.plugins.ml2.drivers.openvswitch.agent.ovs_neutron_agent [req-1258bbbc-7211-4cfd-ab7c-8b856604f768 None None] Agent rpc_loop - iteration:4723 completed. Processed ports statistics: {'regular': {'updated':
 0, 'added': 0, 'removed': 0}}. Elapsed:0.085 from (pid=12775) loop_count_and_wait /opt/stack/neutron/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py:1680<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>
</div>


</blockquote></div></div></div><br><br><span title="neteasefooter"><p> </p></span><br></div></div>__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div><br></div>
<br>__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div><br></div>
</blockquote></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div></div></div>