Comment 8 for bug 1578854

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

Reviewed: https://review.openstack.org/314418
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=50f5142eca3fcff27730afcc4fb2b179934867f3
Submitter: Jenkins
Branch: master

commit 50f5142eca3fcff27730afcc4fb2b179934867f3
Author: Steve Baker <email address hidden>
Date: Tue May 10 17:35:15 2016 +1200

    Remove stack ObjectField from resource

    This causes the stack record to be loaded every time a resource is
    loaded, and it is not used for anything other than getting the stack
    ID, which is already available via the stack_id field.

    Change-Id: I45ce9d18984f4881151dba496482713a62c9eae9
    Partial-Bug: #1578854