Comment 4 for bug 1316842

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

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

commit ce62bdc1925d9e746289c43bc0b76b41df8f2d53
Author: Rabi Mishra <email address hidden>
Date: Mon Jun 2 16:28:27 2014 +0530

    Fix default template for AWS::CloudWatch::Alarm with Ceilometer

    Existing template assumes certain parameters to be delimited
    strings rather than lists and uses 'Fn::Split' to convert them
    to list. However, delimitedstring representations of parameters
    are by default converted to list for CommaDelimitedList types.
    Also includes change for CommaDelimitedList to accept empty string.

    Change-Id: Ib566f1d098c575a80c4f1a975eaaaac93d70af34
    Closes-Bug: #1316842