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:
parent
2747e0139c
commit
707cb51c84
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user