seems like we don't need to add custom -k argument to test, but add insecure=True to [clients_heat] section of heat.conf. So seems heat is misconfigured and should be fixed with puppets by adding insecure option during configurating, i.e.
[clients_heat] insecure=true url=...
seems like we don't need to add custom -k argument to test, but add insecure=True to [clients_heat] section of heat.conf. So seems heat is misconfigured and should be fixed with puppets by adding insecure option during configurating, i.e.
[clients_heat]
insecure=true
url=...