Description of problem: Packstack does not open the VXLAN port in the network specified in CONFIG_NEUTRON_OVS_TUNNEL_IF Version-Release number of selected component (if applicable): RC1 How reproducible: Multi node environment, when Tunneling interface is different than the management network Steps to Reproduce: 1. Install packstack 2. 3. Actual results: cat /etc/sysconfig/iptables The affected line: -A INPUT -s $MANAGEMENT_NETWORK/32 -p udp -m multiport --dports 4789 -m comment --comment "001 neutron tunnel port incoming neutron_tunnel_10.0.2.200_10.0.2.200" -j ACCEPT Expected results: cat /etc/sysconfig/iptables The affected line: -A INPUT -s $TUNNELING_NETWORK/32 -p udp -m multiport --dports 4789 -m comment --comment "001 neutron tunnel port incoming neutron_tunnel_10.0.4.200_10.0.4.200" -j ACCEPT Additional info:
*** This bug has been marked as a duplicate of bug 1215638 ***