Comment 2 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/425060
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=2f91f4c58e075a3d756463663ccc9d45032f5262
Submitter: Zuul
Branch: master

commit 2f91f4c58e075a3d756463663ccc9d45032f5262
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