From b3ab436a62a38da6c02a95375326035abf78c9b6 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Fri, 7 Feb 2014 11:12:58 +0100 Subject: [PATCH] Remove unneeded service mapping for mysql on openSUSE The service is called mysql on openSUSE and that's what the mysql element uses. Change-Id: I73cb6a1c06c3096aa8a9f515fd79014e5b2962d2 --- elements/opensuse/bin/map-services | 1 - 1 file changed, 1 deletion(-) diff --git a/elements/opensuse/bin/map-services b/elements/opensuse/bin/map-services index a39f8ac2..2fd3ac27 100755 --- a/elements/opensuse/bin/map-services +++ b/elements/opensuse/bin/map-services @@ -23,7 +23,6 @@ import sys # distromatch or other rich data sources. # Debian name on the left, openSUSE on the right. service_map = { - 'mysqld': 'mysql', # openstack mapping 'cinder-api': 'openstack-cinder-api', 'cinder-scheduler': 'openstack-cinder-scheduler',