Adjust neutron package install for Fedora
With https://review.openstack.org/#/c/70721 installing the dhcp-agent subpackage was introduced, which is needed for openSUSE. It seems on Fedora this is part of the main package, so we need to map it back to that one. Change-Id: I80f8412d291b3571d220fd26cfece86a03479440
This commit is contained in:
parent
5964fec479
commit
abc3bcd2f3
@ -60,6 +60,8 @@ package_map = {
|
||||
'snmp-mibs-downloader': '',
|
||||
'lm-sensors': 'lm_sensors',
|
||||
'nagios-plugins-basic': 'nagios-plugins-all',
|
||||
# openstack mappings
|
||||
'openstack-neutron-dhcp-agent': 'openstack-neutron',
|
||||
}
|
||||
|
||||
for arg in sys.argv[1:]:
|
||||
|
Loading…
Reference in New Issue
Block a user