Comment 7 for bug 1566321

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

Reviewed: https://review.openstack.org/302956
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=f71f912a95860bd7a0efba2ea2c7b383bddca0bd
Submitter: Jenkins
Branch: stable/mitaka

commit f71f912a95860bd7a0efba2ea2c7b383bddca0bd
Author: ricolin <email address hidden>
Date: Wed Apr 6 14:00:44 2016 +0800

    Support string index for list in get_param

    Accept for string index like '1' for list in get_param function
    For example, with lengths equal to [4,5,6]. We can write down something
    like this: `length: {get_param: [lengths,'1']}`.
    Closes-Bug: #1566321
    Depends-On: I14377e0497f1589f1234226babcf7d78761b7b7b

    Change-Id: I52447dea93ff2e6a32d597a632093661feed7c71