Comment 4 for bug 1455589

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

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

commit 71a1e261401976901d60411207559f4f3e228def
Author: Steve Baker <email address hidden>
Date: Tue May 19 10:11:25 2015 -0700

    Find root stack ID with database operations

    This change adds a (currently unused) database function
    stack_get_root_id to find the root stack ID for any stack.

    Scheduler hints are moved to using Stack.root_stack_id() in this change.
    Remaining uses of Stack.root_stack() will switch to using
    Stack.root_stack_id() later in the series.

    Change-Id: I9914b0df5af119edea6346db0d7c62124fbb1313
    Partial-Bug: #1455589