Description of problem: neutron:network class does not uplink interface port to external bridge in OVS. This means L3 agent cannot reach networks via the external bridge. Among other things, floating IP addresses do not work. neutron:compute class does uplink interface port to external bridge. Version-Release number of selected component (if applicable): How reproducible: every time Steps to Reproduce: 1. Deploy foreman server 2. Add host to Neutron controller host group 3. Add host to Neutron networker host group, specifying internal and external bridge parameters 4. Run puppet agent -tv 5. Run ovs-vsctl show to check whether Actual results: Bridge "br-p3p1" Port "phy-br-p3p1" Interface "phy-br-p3p1" Port "br-p3p1" Interface "br-p3p1" type: internal Expected results: Bridge "br-p3p1" Port "p3p1" Interface "p3p1" Port "phy-br-p3p1" Interface "phy-br-p3p1" Port "br-p3p1" Interface "br-p3p1" type: internal Additional info:
The root cause for this is the same as BZ 1045137. *** This bug has been marked as a duplicate of bug 1045137 ***