Merge "Fix path of log file." into stable/train

This commit is contained in:
Zuul 2020-03-23 23:07:21 +00:00 committed by Gerrit Code Review
commit 09acbebe99
1 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@ workflows:
on-error: node_update_failed
publish-on-error:
status: FAILED
message: Ansible failed, check log at <% $.work_dir %>/<% execution().id %>/package_update.log.
message: Ansible failed, check log at /var/log/mistral/package_update.log.
publish:
log_path: <% task().result.get('log_path') %>
@ -199,7 +199,7 @@ workflows:
on-success: send_message
publish:
status: FAILED
message: Ansible failed, check log at <% $.get('work_dir') %>/<% execution().id %>/package_update.log.
message: Ansible failed, check log at /var/log/mistral/package_update.log.
send_message:
workflow: tripleo.messaging.v1.send