Comment 2 for bug 1439444

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

Reviewed: https://review.openstack.org/170565
Committed: https://git.openstack.org/cgit/openstack/heat-translator/commit/?id=6fa6c7c71f65dc22f203bfbcbc93401f6dd93845
Submitter: Jenkins
Branch: master

commit 6fa6c7c71f65dc22f203bfbcbc93401f6dd93845
Author: Vahid Hashemian <email address hidden>
Date: Fri Apr 3 09:25:29 2015 -0700

    Follow the hosting chain to find the host server

    Since a hosting chain may exist among several node templates (e.g.
    a web application hosted on an application server, the application
    server hosted on a web server, the web server hosted on a compute
    node) update the code to follow the chain and return the actual
    compute node host. The unit test for this patch will be covered by
    bug #1435545.

    Change-Id: I01bab61bc45b4031cd106295d216982332361b6b
    Closes-Bug: #1439444
    Partial-Bug: #1435545