Merge "Add python3 heat agent for Fedora"

This commit is contained in:
Zuul 2018-09-19 17:41:32 +00:00 committed by Gerrit Code Review
commit 237620936d
1 changed files with 9 additions and 1 deletions

View File

@ -4,7 +4,15 @@
"os-collect-config": "python-os-collect-config"
}
},
"release": {
"fedora": {
"28": {
"python-heat-agent": "python3-heat-agent"
}
}
},
"default": {
"os-collect-config": "os-collect-config"
"os-collect-config": "os-collect-config",
"python-heat-agent": "python-heat-agent"
}
}