Comment 35 for bug 1684272

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

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

commit ee5dc7c120d793b66163815961b6a74b20cb8c5a
Author: Zane Bitter <email address hidden>
Date: Mon Jul 10 13:48:01 2017 -0400

    Implement all_dep_attrs() more efficiently for get_attr

    Override the default implementation of all_dep_attrs() (which calls
    dep_attrs() in a loop). This makes all_dep_attrs() for GetAtt and its
    arguments as efficient as dep_attrs(), even if we only need the data for a
    single resource (as in convergence after we update a resource).

    Change-Id: Ia6a4d132e655ef24fb158959d05967d7f1c7fef8
    Related-Bug: #1684272