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
This commit is contained in:
parent
5964fec479
commit
b3ab436a62
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ import sys
|
||||||
# distromatch or other rich data sources.
|
# distromatch or other rich data sources.
|
||||||
# Debian name on the left, openSUSE on the right.
|
# Debian name on the left, openSUSE on the right.
|
||||||
service_map = {
|
service_map = {
|
||||||
'mysqld': 'mysql',
|
|
||||||
# openstack mapping
|
# openstack mapping
|
||||||
'cinder-api': 'openstack-cinder-api',
|
'cinder-api': 'openstack-cinder-api',
|
||||||
'cinder-scheduler': 'openstack-cinder-scheduler',
|
'cinder-scheduler': 'openstack-cinder-scheduler',
|
||||||
|
|
Loading…
Reference in a new issue