Add python3 heat agent for Fedora

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
This commit is contained in:
Alex Schultz 2018-08-24 16:18:56 -06:00
parent d9df3a3e2d
commit e5a7b119c7
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"
}
}