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:
Dirk Mueller 2014-02-06 23:10:38 +01:00
parent 5964fec479
commit abc3bcd2f3

View File

@ -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:]: