map-services: add apache2 in the list

apache2 service is called httpd on Fedora and RHEL unlike SUSE,
Debian and Ubuntu.

Change-Id: I125c46bebb0342ee3bdb957116e7c7e8e27a2ecc
This commit is contained in:
Gonéri Le Bouder 2014-04-12 16:18:03 +02:00
parent 2747e0139c
commit 707cb51c84

View File

@ -23,6 +23,7 @@ import sys
# distromatch or other rich data sources. # distromatch or other rich data sources.
# TripleO service name on the left, Fedora/RHEL on the right. # TripleO service name on the left, Fedora/RHEL on the right.
service_map = { service_map = {
'apache2': 'httpd',
'cinder-api': 'openstack-cinder-api', 'cinder-api': 'openstack-cinder-api',
'cinder-scheduler': 'openstack-cinder-scheduler', 'cinder-scheduler': 'openstack-cinder-scheduler',
'cinder-volume': 'openstack-cinder-volume', 'cinder-volume': 'openstack-cinder-volume',