Merge "Need to add openstack-selinux with OVS"

This commit is contained in:
Zuul 2017-12-14 09:52:28 +00:00 committed by Gerrit Code Review
commit d9a6752807
1 changed files with 4 additions and 1 deletions

View File

@ -1326,9 +1326,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'