Fix tftp mapping on openSUSE

the atftp package is not compatible with what TripleO expects

Change-Id: I3309de2bb445bba1ab5ed000e87583387b519f2d
This commit is contained in:
Dirk Mueller 2014-01-24 17:45:37 +01:00
parent fac607e8d8
commit 6ecc8ab766

View File

@ -47,7 +47,7 @@ package_map = {
'mysql-server-5.5': 'mariadb',
'libmysql-java': 'mysql-connector-java',
'default-jre': 'java', # Will match 'java' as capability
'tftpd-hpa': 'atftp',
'tftpd-hpa': 'tftp',
'openvswitch-datapath-dkms': 'openvswitch-kmp',
}