Reviewed: https://review.openstack.org/335800 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=ce644b821ad1b86120f47633816eaef8c2c1235e Submitter: Jenkins Branch: master
commit ce644b821ad1b86120f47633816eaef8c2c1235e Author: IWAMOTO Toshihiro <[email protected]> Date: Thu Jun 30 14:51:01 2016 +0900 Fix OVSBridge.set_protocols arg For native ovsdb_interface compatibility, use a list instead of a comma separated string for set_protocols argument. The native interface failed silently. Change-Id: Idc6fce9f943b2fe64f668bcfaf9ed40fcf47034c Closes-Bug: 1597613 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1597613 Title: OVS firewall fails if of_interface=native and ovsdb_interface=native Status in neutron: Fix Released Bug description: OVSFirewallDriver fails to run with the following errors. A fix is to follow. 2016-06-30 13:14:32.721 DEBUG neutron.agent.linux.utils [req-e89302ff-35eb-4bd8-bb6a-9e705fb1cdc2 None None] Running command (rootwrap daemon): ['ovs-ofctl', 'add-flows', 'br-int', '-'] from (pid=26921) execute_rootwrap_daemon /opt/stack/neutron/neutron/agent/linux/utils.py:98 2016-06-30 13:14:32.725 ERROR neutron.agent.linux.utils [req-e89302ff-35eb-4bd8-bb6a-9e705fb1cdc2 None None] Exit code: 1; Stdin: hard_timeout=0,idle_timeout=0,priority=0,table=71,cookie=13680950857646023732,actions=drop; Stdout: ; Stderr: 2016-06-30T04:14:32Z|00001|vconn|WARN|unix:/var/run/openvswitch/br-int.mgmt: version negotiation failed (we support version 0x01, peer supports version 0x04) ovs-ofctl: br-int: failed to connect to socket (Broken pipe) To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1597613/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

