Comment 4 for bug 1582649

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

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

commit e5856761701a6d9f111bbc24f18c0248d89286d9
Author: Anant Patil <email address hidden>
Date: Mon May 23 06:02:06 2016 +0000

    Fix GetAttThenSelect for convergence

    The GetAttThenSelect dep_attrs implementaion is changed to return the
    attribute only instead of (attribute + path component). It is wrong to
    return the (attribute + path component) and that was breaking the
    GetAttThenSelect for convergence.

    Change-Id: I117dc3e587386f4d48e70ef89c61bb857c751717
    Closes-Bug: #1582649