Add libvirt-bin -> libvirtd to map-services.

We'll need this soon for the Nova TripleO image element.

Change-Id: I9f4284aa503f422828e2ccb56597852b5a0c9591
This commit is contained in:
Dan Prince 2014-02-19 10:33:42 -05:00 committed by James Slagle
parent 66ae41756b
commit 4f795b91ed
3 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,7 @@ service_map = {
'cinder-scheduler': 'openstack-cinder-scheduler',
'cinder-volume': 'openstack-cinder-volume',
'tgt': 'tgtd',
'libvirt-bin': 'libvirtd',
}
for arg in sys.argv[1:]:

View File

@ -23,6 +23,7 @@ import sys
# distromatch or other rich data sources.
# Debian name on the left, openSUSE on the right.
service_map = {
<<<<<<< HEAD
# openstack mapping
'cinder-api': 'openstack-cinder-api',
'cinder-scheduler': 'openstack-cinder-scheduler',
@ -48,6 +49,7 @@ 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:]:

View File

@ -31,6 +31,7 @@ package_map = {
'gearman-job-server': 'gearmand',
'tgt': 'scsi-target-utils',
'stunnel4': 'stunnel',
'libvirt-bin': 'libvirtd',
}
for arg in sys.argv[1:]: