Merge "Truncate the zaqar message to 512 kbytes" into stable/pike

This commit is contained in:
Zuul 2017-11-17 17:22:12 +00:00 committed by Gerrit Code Review
commit cf2266bc44
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ workflows:
type: tripleo.package_update.v1.update_nodes
payload:
status: <% $.status %>
message: <% task(node_update).result %>
message: <% concat(task(node_update).result.stderr.substring(0, 262144), task(node_update).result.stdout.substring(0, 262144)) %>
execution: <% execution() %>
on-success:
- fail: <% $.get('status') = "FAILED" %>