tripleo-heat-templates/extraconfig/tasks/ssh
Alex Schultz 57789d7c9d Use str_replace for known_hosts
There is a limit to how long input data can be for the heat script hook.
It turns out that data longer than 131072, will return an Argument list
to long error. To get around this, we need to pass this data in a
different way so that the heat script hook will work.

NOTE: Includes fix from If7a4c6f3581bed270f478b98b8da8fe010acbbc1

Change-Id: Ie3bd17ca9863e7687721e8c2628e485ea1849321
Closes-Bug: #1772071
(cherry picked from commit 7c97320334)
2018-05-22 19:25:16 +00:00
..
host_public_key.yaml Set name property on missing deployments 2017-07-17 17:17:52 -04:00
known_hosts_config.yaml Use str_replace for known_hosts 2018-05-22 19:25:16 +00:00