Comment 12 for bug 1565805

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

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

commit afa85b3c2116403505c860ece2b2f0e781aad66c
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