<div dir="ltr">Hi, all<div><br></div><div>I build a devstack which code from master branch. By default the OVS version is 2.0.2 when install devstack. So I reinstall the OVS 2.6.0. </div><div><br></div><div>I meet an exception in OVS agent when all OVS services runs okay. Exception shows below:</div><div><br></div><div><div>2016-11-17 15:47:29.175 ERROR neutron.agent.linux.utils [req-2393c604-1938-4841-9ea9-8f691e6c2262 None None] Exit code: 1; Stdin: hard_timeout=0,idle_timeout=0,priority=0,table=71,cookie=10671737546270118050,actions=drop; Stdout: ; Stderr: ovs-ofctl: br-int is not a bridge or a socket</div><div><br></div><div>2016-11-17 15:47:29.176 ERROR neutron.agent.common.ovs_lib [req-2393c604-1938-4841-9ea9-8f691e6c2262 None None] Unable to execute ['ovs-ofctl', 'add-flows', 'br-int', '-']. Exception: Exit code: 1; Stdin: hard_timeout=0,idle_timeout=0,priority=0,table=71,cookie=10671737546270118050,actions=drop; Stdout: ; Stderr: ovs-ofctl: br-int is not a bridge or a socket</div><div><br></div><div>2016-11-17 15:47:29.188 ERROR neutron.agent.linux.utils [req-2393c604-1938-4841-9ea9-8f691e6c2262 None None] Exit code: 1; Stdin: hard_timeout=0,idle_timeout=0,priority=0,table=72,cookie=10671737546270118050,actions=drop; Stdout: ; Stderr: ovs-ofctl: br-int is not a bridge or a socket</div><div><br></div><div>2016-11-17 15:47:29.189 ERROR neutron.agent.common.ovs_lib [req-2393c604-1938-4841-9ea9-8f691e6c2262 None None] Unable to execute ['ovs-ofctl', 'add-flows', 'br-int', '-']. Exception: Exit code: 1; Stdin: hard_timeout=0,idle_timeout=0,priority=0,table=72,cookie=10671737546270118050,actions=drop; Stdout: ; Stderr: ovs-ofctl: br-int is not a bridge or a socket</div><div><br></div><div>I want to know why OVS agent tells me these info. All the OVS services run okay. I use " ovs-vsctl show " to ensure OVS services and the output is right. </div><div><br></div><div>The detailed output when excute " ovs-vsctl show ":</div><div><br></div><div><div>root@devstack:~/openvswitch-2.6.0# ovs-vsctl show</div><div>6e695086-6663-4fd0-b713-5a12605c92cb</div><div>    Manager "ptcp:6640:127.0.0.1"</div><div>        is_connected: true</div><div>    Bridge br-ex</div><div>        Controller "tcp:<a href="http://127.0.0.1:6633">127.0.0.1:6633</a>"</div><div>            is_connected: true</div><div>        fail_mode: secure</div><div>        Port br-ex</div><div>            Interface br-ex</div><div>                type: internal</div><div>        Port phy-br-ex</div><div>            Interface phy-br-ex</div><div>                type: patch</div><div>                options: {peer=int-br-ex}</div></div><div>... ...</div><div><br></div><div>I think that OVS runs okay.</div><div><br></div></div><div>Did I miss some configuration or something about neutron or OVS?</div><div><br></div><div><br></div><div>Hope for your reply. :-)</div><div><br></div><div><br></div><div>Thanks</div><div>Zhi Chang</div></div>