Comment 2 for bug 1441480

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

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

commit 63fb9dba7690d0b30f6a3bc60be63849100519e1
Author: Ethan Lynn <email address hidden>
Date: Wed Apr 8 17:23:14 2015 +0800

    Add network uuid to server networks attribute

    This patch will change server networks attribute to return both
    network name and network id, so that we can use
    {get_attr: [server, networks, {get_param: net_uuid}, 0]} to get
    server IP.

    Closes-Bug: #1441480
    Change-Id: I162248ba4993ca5e55c8d8f015c8252c08cc9b8c