From cf6d809d8d13b8177826b9c95b0ccab6f0dcb9c4 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 4 Jul 2013 09:59:34 +0200 Subject: [PATCH] Add openSUSE support for openvswitch Change-Id: I4665a2719c0050cb5413a8ffcefb977106533d1a --- lib/neutron_plugins/ovs_base | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/neutron_plugins/ovs_base b/lib/neutron_plugins/ovs_base index 0a2765b480..0a53bffc74 100644 --- a/lib/neutron_plugins/ovs_base +++ b/lib/neutron_plugins/ovs_base @@ -44,9 +44,9 @@ function _neutron_ovs_base_install_agent_packages() { # Ensure that the service is started restart_service openvswitch elif is_suse; then - ### FIXME: Find out if package can be pushed to Factory - echo "OpenVSwitch packages can be installed from Cloud:OpenStack:Master in OBS" - restart_service openvswitch + install_package openvswitch + restart_service openvswitch-switch + restart_service openvswitch-controller fi }