Comment 2 for bug 1665458

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

Reviewed: https://review.openstack.org/435121
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=c5e5d21a61808f7c09b85a2750a905bb57b54be1
Submitter: Jenkins
Branch: master

commit c5e5d21a61808f7c09b85a2750a905bb57b54be1
Author: James Slagle <email address hidden>
Date: Thu Feb 16 16:19:23 2017 -0500

    Sort ResourceGroup resource list

    We should sort the results by resource_name when listing resources in
    the ResourceGroup stack in get-occ-config.sh, as the order is not
    guaranteed. We want the order to always be numerical ascending by
    resource_name (which are just integers starting at 0).

    Change-Id: Iccef81e4dfd9586e0030f20bdde131d1a885eb19
    Closes-Bug: #1665458