Comment 2 for bug 1373075

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

Reviewed: https://review.openstack.org/156841
Committed: https://git.openstack.org/cgit/openstack/sahara/commit/?id=c945a9886bc7aa33922268e21b5af54ae6594ea0
Submitter: Jenkins
Branch: master

commit c945a9886bc7aa33922268e21b5af54ae6594ea0
Author: Andrew Lazarev <email address hidden>
Date: Tue Feb 17 15:27:30 2015 -0800

    Reorganized heat template generation code

    * Extracted heat template generation from
      'utils/openstack/heat.py' to 'service/heat/templates.py'.
      Now heat.py is for heat client only.
    * Moved heat template resources from 'resources' to
      'service/heat/resources'
    * Separated tests for heat templates and heat client.

    Change-Id: I4c7a561f1648f34e71574a556cbc07ed2cf9b173
    Closes-Bug: #1373075