This is a regression in Juno. Happens on service restart or ovs restart. RDO user already encounter it so we suspect our customers would see it as well. I suggest we include this in our A1 release, a Neutron build with the fix will be available shortly.
Why MODIFIED? Moving back to ON_DEV.
Verified NVR: openstack-neutron-2014.2.2-3.el7ost.noarch openvswitch-2.1.2-2.el7_0.2.x86_64 openstack-neutron-openvswitch-2014.2.2-3.el7ost.noarch Verification Steps: =================== 1. Deploy[1] a setup with at least 3 nodes running openvswitch + vxlan tunneling[2]. 2. For each node running openvswitch, stop neutron ovs agent & restart openvswitch: # systemctl stop neutron-openvswitch-agent # systemctl restart openvswitch 3. At this point, The br-tun flow table should look like: # ovs-ofctl dump-flows br-tun NXST_FLOW reply (xid=0x4): 4. For each node running openvswitch, activate br-tun: # ip l s br-tun up 5. From one of the nodes (networker for example), Install python scapy (via yum or pip). # pip install scapy 6. For each node running openvswitch,, Monitor br-tun: # tcpdump -i br-tun -vvv 7. Than, Run this[3] script from the node you selected to generate broadcast: # python scapy_script.py Result: ======= 1. Captured from tr-tun interface via the Node used in step #7: 18:44:57.448606 IP (tos 0x0, ttl 64, id 1, offset 0, flags [none], proto Options (0), length 20) 169.254.192.1 > 224.0.0.18: ip 0 2. Nothing apears in br-tun interfaces in the rest of the nodes. 3. CPU levels remain normal. [1] http://jenkins-hurricane.scl.lab.tlv.redhat.com:8080/job/rhel-osp6-rhel7.1-neutron-ml2-vxlan/ [2] https://github.com/nmagnezi/hurricane/blob/master/plugins/installer/packstack/templates/packstack-juno-neutron-ml2-vxlan.ini [3] https://github.com/nmagnezi/scripts/blob/master/scapy_script.py
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-0635.html