From 1d3ceef5c226d50a9294a4b261665bb1ae47dbb0 Mon Sep 17 00:00:00 2001 From: Newell Jensen Date: Thu, 27 Feb 2014 20:40:02 -0800 Subject: [PATCH] Alphabetize openSUSE services dictionary This patch alphabetizes the openSUSE services dictionary in map-services. Change-Id: Ib3b596e7c25475ecdc2a6bbeb98b84bb60e03ac3 --- elements/opensuse/bin/map-services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/opensuse/bin/map-services b/elements/opensuse/bin/map-services index 4a2e908ae..289b78ae3 100755 --- a/elements/opensuse/bin/map-services +++ b/elements/opensuse/bin/map-services @@ -34,6 +34,7 @@ service_map = { 'heat-api': 'openstack-heat-api', 'heat-engine': 'openstack-heat-engine', 'keystone': 'openstack-keystone', + 'libvirt-bin': 'libvirtd', 'neutron-dhcp-agent': 'openstack-neutron-dhcp-agent', 'neutron-openvswitch-agent': 'openstack-neutron-openvswitch-agent', 'neutron-l3-agent': 'openstack-neutron-l3-agent', @@ -48,7 +49,6 @@ service_map = { 'nova-baremetal-deploy-helper': 'openstack-nova-baremetal-deploy-helper', 'nova-novncproxy': 'openstack-nova-novncproxy', 'nova-scheduler': 'openstack-nova-scheduler', - 'libvirt-bin': 'libvirtd', } for arg in sys.argv[1:]: