Comment 2 for bug 1482223

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

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

commit 1a828933c164b2bce9c97cdf9bbb8874a8b3d86d
Author: Dan Prince <email address hidden>
Date: Thu Aug 6 09:45:08 2015 -0400

    Support boolean inputs for SoftwareConfig's

    Adds support for using input/output booleans when creating
    SoftwareConfigs. This is useful because some of the software
    config hooks that prefer explicit boolean types for input's.
    Using Puppet with Hiera to map inputs directly to class parameters
    is an example that would benefit from this capability.

    Change-Id: Ic80f35fb259e60429d5a65a1b0bc7ff9f2a3ea0a
    Closes-bug: #1482223