Comment 10 for bug 1565805

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

Reviewed: https://review.openstack.org/320540
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=623ebce812a3b4ec2f3396b44aaef6c58a140400
Submitter: Jenkins
Branch: master

commit 623ebce812a3b4ec2f3396b44aaef6c58a140400
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