From 0c92466f5bec3872534dc5cb5d36ef5ae32f1c78 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Wed, 20 Aug 2014 17:31:45 -0400 Subject: [PATCH] Add service mappings for ironic Adds the needed service mappings for ironic-api and ironic-conductor. Change-Id: I8b218f926561d8fba1644fe883bf8aae4bb6473f --- elements/redhat-common/bin/map-services | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elements/redhat-common/bin/map-services b/elements/redhat-common/bin/map-services index 4388f1bf..3b20aa90 100755 --- a/elements/redhat-common/bin/map-services +++ b/elements/redhat-common/bin/map-services @@ -32,6 +32,8 @@ service_map = { 'heat-api-cfn': 'openstack-heat-api-cfn', 'heat-api-cloudwatch': 'openstack-heat-api-cloudwatch', 'heat-engine': 'openstack-heat-engine', + 'ironic-api': 'openstack-ironic-api', + 'ironic-conductor': 'openstack-ironic-conductor', 'keystone': 'openstack-keystone', 'libvirt-bin': 'libvirtd', 'mysql': ['mysqld', 'mariadb'],