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:
parent
1eaa019a1f
commit
75d8605005
@ -11,7 +11,7 @@ resources:
|
||||
type: OS::Heat::SoftwareConfig
|
||||
properties:
|
||||
group: script
|
||||
config: |
|
||||
config:
|
||||
str_replace:
|
||||
params:
|
||||
KNOWN_HOSTS: {get_param: known_hosts}
|
||||
|
Loading…
Reference in New Issue
Block a user