Hot function repeat does not work correctly with get_param

Bug #1528089 reported by JunJie Nan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Heat
New
Undecided
Unassigned

Bug Description

test_repeat.yaml
==============
heat_template_version: 2015-04-30

parameters:
  input:
    type: comma_delimited_list
    default: []

outputs:
  output:
    value:
      repeat:
        template:
          name: value
        for_each:
          value: {get_param: input}

heat stack-create -f test_repeat r

error found:
ERROR: The values of the "for_each" argument to "repeat" must be lists...

Revision history for this message
Ethan Lynn (ethanlynn) wrote :

Can not reproduce it in latest codes, what version are you using?

Revision history for this message
JunJie Nan (nanjj) wrote :

 2015.1.2

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.