Comment 14 for bug 1565805

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano (stable/mitaka)

Reviewed: https://review.openstack.org/320543
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=ca1f261ee2a12f7c1629c66f4bd03458e1f81bed
Submitter: Jenkins
Branch: stable/mitaka

commit ca1f261ee2a12f7c1629c66f4bd03458e1f81bed
Author: Alexander Tivelkov <email address hidden>
Date: Tue May 24 18:45:59 2016 +0300

    Forced flush of tmp file to disk on ui retrieval

    UI retrieval routine loads the package's temporary file from disk
    to properly render its ui. This procedure does not close the file
    before reading it, so the write buffers should be flushed first.

    This was causing the bug when the UI could not be properly fetched
    from the API.

    Change-Id: I53cd08945c826dd18a7308f9f007d50241bb9041
    Closes-bug: #1565805