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
|
type: OS::Heat::SoftwareConfig
|
||||||
properties:
|
properties:
|
||||||
group: script
|
group: script
|
||||||
config: |
|
config:
|
||||||
str_replace:
|
str_replace:
|
||||||
params:
|
params:
|
||||||
KNOWN_HOSTS: {get_param: known_hosts}
|
KNOWN_HOSTS: {get_param: known_hosts}
|
||||||
|
Loading…
Reference in New Issue
Block a user