Comment 29 for bug 1757372

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

Reviewed: https://review.opendev.org/655203
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=3ea5ae621439ec082e1a77b2d43de5dd94a3e52f
Submitter: Zuul
Branch: stable/queens

commit 3ea5ae621439ec082e1a77b2d43de5dd94a3e52f
Author: Dougal Matthews <email address hidden>
Date: Tue Mar 13 09:16:09 2018 +0000

    Standardise Workflow messaging and optionally persist messages

    This workflow captures the boilerplate that is copied and pasted for Zaqar
    messages. It also adds the ability to persist the messages in Swift.

    This can be manually tested with:

        $ cat input.json
        {
            "type": "test",
            "queue_name": "tripleo",
            "plan_name": "overcloud",
            "execution": {
                "id": "UUID"
            }
        }
        $ openstack workflow execution create tripleo.messaging.v1.send input.json

    Co-Authored-By: Steven Hardy <email address hidden>
    Related-Bug: #1757372
    Implements: blueprint config-download-workflows
    Depends-On: I78b4fc7673a4039ed7ef32b16bb2850411f7fcc6
    Change-Id: Ib854689a3e606f18db7354427918fa8043ac28e0
    (cherry picked from commit 2f91f4c58e075a3d756463663ccc9d45032f5262)