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:
parent
66ae41756b
commit
4f795b91ed
@ -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:]:
|
||||
|
@ -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:]:
|
||||
|
@ -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:]:
|
||||
|
Loading…
Reference in New Issue
Block a user