Fix known hosts config script value

There was an extra | that was missed. It's not tested in Master but is
in <= Queens.

Change-Id: If7a4c6f3581bed270f478b98b8da8fe010acbbc1
Closes-Bug: #1772071
This commit is contained in:
Alex Schultz 2018-05-22 13:22:17 -06:00
parent 6ee93a3a5a
commit 57b81654f7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ resources:
type: OS::Heat::SoftwareConfig
properties:
group: script
config: |
config:
str_replace:
params:
KNOWN_HOSTS: {get_param: known_hosts}