Comment 5 for bug 1554380

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

Reviewed: https://review.openstack.org/290301
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=0bf9463bfceb25d7b98a8fdd84b61521b8c013cb
Submitter: Jenkins
Branch: master

commit 0bf9463bfceb25d7b98a8fdd84b61521b8c013cb
Author: Rabi Mishra <email address hidden>
Date: Wed Mar 9 11:33:49 2016 +0530

    Don't RESOLVE translate in resource init

    We can completely remove 'RESOLVE' translations involving client
    lookups in resource init. As we are doing translation before create
    and update, it seems we can avoid it.

    However, we would need other translations, like 'REPLACE' for property
    vaidations(ex. required properties that would be replaced by deprecated
    properties). This would be done only when strict_validate=True to avoid
    this with template-validate.

    Change-Id: Ie80bdd10726a8fc8a8787b78db93acffd333137f
    Closes-Bug: #1554927
    Partial-Bug: #1554380