Comment 2 for bug 1737026

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

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

commit 680050dcbe2127a40c7aea473cfa3dd8443daa70
Author: James Slagle <email address hidden>
Date: Thu Dec 7 14:47:22 2017 -0500

    Break up messages to avoid max message size

    Messages posted back to a zaqar queue by the ansible-playbook action
    could easily exceed the max message size for the queue. Instead of
    posting a single message each time, break it up based on the max message
    size and post a separate message for each.

    Change-Id: If51416120b690c28cff4e909799246c16cd96fc0
    Closes-Bug: #1737026