From 707cb51c84d28859b7913e741fc4e0a253220d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Sat, 12 Apr 2014 16:18:03 +0200 Subject: [PATCH] map-services: add apache2 in the list apache2 service is called httpd on Fedora and RHEL unlike SUSE, Debian and Ubuntu. Change-Id: I125c46bebb0342ee3bdb957116e7c7e8e27a2ecc --- 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 470a92e3..1b12fa25 100755 --- a/elements/redhat-common/bin/map-services +++ b/elements/redhat-common/bin/map-services @@ -23,6 +23,7 @@ import sys # distromatch or other rich data sources. # TripleO service name on the left, Fedora/RHEL on the right. service_map = { + 'apache2': 'httpd', 'cinder-api': 'openstack-cinder-api', 'cinder-scheduler': 'openstack-cinder-scheduler', 'cinder-volume': 'openstack-cinder-volume',