diff --git a/scripts/tripleo.sh b/scripts/tripleo.sh index 399eca145..164fd2583 100755 --- a/scripts/tripleo.sh +++ b/scripts/tripleo.sh @@ -1325,9 +1325,12 @@ function clone { # http://www.yet.org/2014/09/openvswitch-troubleshooting/ # function ovs_vxlan_bridge { - if is_suse || is_fedora; then + if is_suse; then local ovs_package='openvswitch' local ovs_service='openvswitch' + elif is_fedora; then + local ovs_package='openvswitch openstack-selinux' + local ovs_service='openvswitch' elif uses_debs; then local ovs_package='openvswitch-switch' local ovs_service='openvswitch-switch'