Comment 13 for bug 1565805

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

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

commit 1ff47503a1df6a22b576dec1552068e8b6f10edd
Author: Alexander Tivelkov <email address hidden>
Date: Tue May 24 21:26:36 2016 +0300

    Added package references to generated UIs

    Generated UIs of the non-muranoPL packages (HOT, cloudify_tosca and
    CSAR) reference the type of object model's object by class FQNs.
    However, when these packages are uploaded to glare, their class
    contents are not indexed since the client which uploads them has no
    knowledge of the generated classes.

    To workaround this issue it is proposed to reference objects not just
    by class FQNs but to include the package FQN and the version, so the
    engine does not have to rely on Glare's indexes.

    Change-Id: I6175e89b68bcdfc29d33ae3616d6ecba662f2509
    Partial-bug: #1565805