Comment 26 for bug 1757372

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-common (master)

Reviewed: https://review.openstack.org/576187
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=e3834bb2d2eaee5e2ff7644d9e80e37cd50ef02f
Submitter: Zuul
Branch: master

commit e3834bb2d2eaee5e2ff7644d9e80e37cd50ef02f
Author: Dougal Matthews <email address hidden>
Date: Mon Jun 18 16:52:13 2018 +0100

    Use the standard messaging in the parameters workbook

    Update the parameters workbook to use the standard message sending
    workflow. This workflow reduces the boilerplate that is copied between
    workflows by defining the message structure, providing the retry logic
    and ensuring the task on a "FAILED" message.

    The workflow also offers optional persistence in Swift. If the plan name
    is given to the workflow it will store the messages in a Swift container
    named <plan_name>-messages.

    Change-Id: I010b848721732a7a186dd4de183089b5e24bfd04
    Related-Bug: #1757372