Need to add openstack-selinux with OVS

We have this fix in OOOQ but we didn't
apply this to tripleo.sh

Change-Id: Ie6dc1d943e32c071e62f02dfb88b83de30ac4432
This commit is contained in:
Carlos Camacho 2017-12-05 14:44:11 +01:00
parent 53a4e18316
commit f772f10ef1
1 changed files with 4 additions and 1 deletions

View File

@ -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'