Fix broken YAQL expressions in heat_environments.yaml
Change-Id: Icdf53a8775d3154394b99118838c1dfacf63748b
This commit is contained in:
parent
7caf2065ba
commit
ece0944f9c
@ -49,7 +49,7 @@ workflows:
|
||||
input:
|
||||
queue_name: <% $.queue_name %>
|
||||
type: <% execution().name %>
|
||||
status: <% $.get('status', 'SUCCESS')
|
||||
status: <% $.get('status', 'SUCCESS') %>
|
||||
execution: <% execution() %>
|
||||
messages: <% $.get('message', '') %>
|
||||
payload:
|
||||
@ -90,7 +90,7 @@ workflows:
|
||||
input:
|
||||
queue_name: <% $.queue_name %>
|
||||
type: <% execution().name %>
|
||||
status: <% $.get('status', 'SUCCESS')
|
||||
status: <% $.get('status', 'SUCCESS') %>
|
||||
execution: <% execution() %>
|
||||
messages: <% $.get('message', '') %>
|
||||
payload:
|
||||
|
Loading…
x
Reference in New Issue
Block a user