Reviewed: https://review.openstack.org/302653 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=dabd969090d35ec218d348f170edbef58163a79d Submitter: Jenkins Branch: master
commit dabd969090d35ec218d348f170edbef58163a79d Author: Jakub Libosvar <[email protected]> Date: Thu Apr 7 10:09:13 2016 +0000 ovsfw: Load vlan tag from other_config OVS agent stores vlan tag only to other_config before setup_port_filter() is called [1], leaving 'tag' column empty. This patch loads tag from correct place and modifies functional tests accordingly. Closes-Bug: 1566934 [1] https://github.com/openstack/neutron/blob/1efed3a5321a259d27ec4a6e80352d35fc423c11/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L821 Change-Id: Iaae46ce7362fedfc53af958600d6d712eb382e9f ** 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/1566934 Title: ovs-firewall: When port is created, it's marked with 4095 conntrack zone Status in neutron: Fix Released Bug description: All ports that are processed by ovs-agent use conntrack zone 4095 because ovsdb doesn't contain their vlan tag yet. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1566934/+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

