As we work on python3 support, we need to pull in the python3 heat agent package under fedora. Change-Id: I683c244b98bfdde53cb14960b12901872fe8bd75 Related-Blueprint: python3-support
19 lines
323 B
Plaintext
19 lines
323 B
Plaintext
{
|
|
"family": {
|
|
"debian": {
|
|
"os-collect-config": "python-os-collect-config"
|
|
}
|
|
},
|
|
"release": {
|
|
"fedora": {
|
|
"28": {
|
|
"python-heat-agent": "python3-heat-agent"
|
|
}
|
|
}
|
|
},
|
|
"default": {
|
|
"os-collect-config": "os-collect-config",
|
|
"python-heat-agent": "python-heat-agent"
|
|
}
|
|
}
|