From 1de9612dad8c128fbf4f83e832cc3b4dc0ca29b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Fri, 30 May 2014 14:23:04 +0200 Subject: [PATCH] map-services: add openvswitch OVS service is called: - openvswitch-switch on Debian/Ubuntu - openvswitch on RHEL/Fedora This changes is needed to get the neutron element to work on Debian/Ubuntu with systemd: I6e3df30dc3a6918f3a949a7dac47289ede5c3d1f Change-Id: I2748a9db7f8ee456698187a9646bc7cda2256fe7 --- elements/redhat-common/bin/map-services | 1 + 1 file changed, 1 insertion(+) diff --git a/elements/redhat-common/bin/map-services b/elements/redhat-common/bin/map-services index 1f5d4df7..4388f1bf 100755 --- a/elements/redhat-common/bin/map-services +++ b/elements/redhat-common/bin/map-services @@ -41,6 +41,7 @@ service_map = { 'nova-scheduler': 'openstack-nova-scheduler', 'nova-consoleauth': 'openstack-nova-consoleauth', 'nova-compute': 'openstack-nova-compute', + 'openvswitch-switch': 'openvswitch', 'rsync': 'rsyncd', 'swift-proxy': 'openstack-swift-proxy', 'swift-account': 'openstack-swift-account',