commit | ce03d102879755581222d1171e24d22654ff9ea4 | [log] [tgz] |
---|---|---|
author | Ralf Haferkamp <rhafer@suse.de> | Mon Apr 07 17:01:53 2014 +0200 |
committer | Ralf Haferkamp <rhafer@suse.de> | Mon Apr 07 17:02:39 2014 +0200 |
tree | 41336f70f15cb7b3f5754d531a699dc9d3b0857d | |
parent | 87c0c263a015e7595ffab2be322c358dc3da3ca0 [diff] [blame] |
Fix openvswitch package and service names for openSUSE Change-Id: Iaf173422e4d009bdd7ed7ed79af2269c44039060
diff --git a/lib/opendaylight b/lib/opendaylight index 1022e2c..3a8f40f 100644 --- a/lib/opendaylight +++ b/lib/opendaylight
@@ -117,9 +117,8 @@ # Ensure that the service is started restart_service openvswitch elif is_suse; then - install_package openvswitch + install_package openvswitch-switch restart_service openvswitch-switch - restart_service openvswitch-controller fi }