Comment 6 for bug 1224111

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

Reviewed: https://review.openstack.org/47827
Committed: http://github.com/openstack/heat/commit/170920638206d0ece54e945c97da7f281cea9cad
Submitter: Jenkins
Branch: master

commit 170920638206d0ece54e945c97da7f281cea9cad
Author: Thomas Spatzier <email address hidden>
Date: Mon Sep 23 15:05:02 2013 +0200

    Do not translate HOT param constraints

    Do not translate HOT parameter constraint definitions and have them processed
    by default CFN-based code. Instead, do HOT parameter constraint validation in
    HOTParamSchema class to handle HOT-specific constraint syntax appropriately.
    This is more robust than trying to map the new HOT syntax to old CFN
    constraint style.

    This patch is cleanup and first in a row for fixing the use of HOT templates
    as provider templates.

    Partial-Bug: #1224111

    Change-Id: Ia35f281f874b906aabeb684fd9caca03dd994b9c