Comment 4 for bug 1794418

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

Reviewed: https://review.openstack.org/605377
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=2a26ef2cf19571e39fc3071b19500808c6d14fcc
Submitter: Zuul
Branch: master

commit 2a26ef2cf19571e39fc3071b19500808c6d14fcc
Author: Thomas Herve <email address hidden>
Date: Wed Sep 26 11:32:08 2018 +0200

    Start websocket client before workflows

    When we start a workflow in the client, we need to create the websocket
    connection beforehand. If the workflow is very quick (like
    create_overcloudrc), it could be finished before we subscribe to the
    Zaqar queue properly, and thus we wouldn't get the message.

    Change-Id: I56c5f3a094094f7ba2158d8a434122ccb496f6b4
    Closes-Bug: #1794418