Comment 6 for bug 1520954

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

Reviewed: https://review.openstack.org/252307
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=6f013c57228e697ccb9769f2e841fa454714ad10
Submitter: Jenkins
Branch: master

commit 6f013c57228e697ccb9769f2e841fa454714ad10
Author: Stan Lagun <email address hidden>
Date: Wed Dec 2 12:43:44 2015 +0300

    HOT outputs were merged

    This commit does dot HOT template outputs (for Heat.HOT/1.0 format)
    the same that was previously done for the inputs. Instead of generating
    MuranoPL property per each output now all outputs are put into a
    single 'templateOutputs' property. This allows to eliminate the constraints
    on output names, not to have collisions with input names and remain
    consistent with previous changes.

    Change-Id: Ibbd0a2f410c55385cd3cb9e85ea135a36460afe7
    Closes-Bug: #1520954