tripleo-heat-templates/extraconfig/tasks/ssh
Alex Schultz 482f2eb2f7 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:24:20 +00:00
..
host_public_key.yaml Change template names to queens 2017-11-23 10:15:32 +01:00
known_hosts_config.yaml Use str_replace for known_hosts 2018-05-22 19:24:20 +00:00