Merge "Update overcloud-agent element pkg-map" into stable/wallaby

This commit is contained in:
Zuul 2022-01-22 01:17:06 +00:00 committed by Gerrit Code Review
commit 9b95c5ef18
1 changed files with 1 additions and 23 deletions

View File

@ -1,28 +1,6 @@
{
"family": {
"debian": {
"os-collect-config": "python-os-collect-config"
}
},
"release": {
"fedora": {
"28": {
"python-heat-agent": "python3-heat-agent"
}
},
"rhel": {
"8": {
"python-heat-agent": "python3-heat-agent"
}
},
"centos": {
"8": {
"python-heat-agent": "python3-heat-agent"
}
}
},
"default": {
"os-collect-config": "os-collect-config",
"python-heat-agent": "python-heat-agent"
"python-heat-agent": "python3-heat-agent"
}
}