Provide a way to merge/join lists within a HOT template

Registered by Steve Lipinski

Currently lists are used within HOT Templates for many things. Yet, there is no way to merge/join multiple lists into a single list.

e.g.,
parameters:
  list1:
    default: [ "a", "b" ]
  list2:
    default: [ "x", "y", z" ]

resources:
  blah:
    properties:
      newlist: { get_param list1 } + { get_param list2 }

Blueprint information

Status:
Complete
Approver:
None
Priority:
Undefined
Drafter:
Steve Lipinski
Direction:
Needs approval
Assignee:
None
Definition:
New
Series goal:
None
Implementation:
Implemented
Milestone target:
None
Started by
Thomas Herve
Completed by
Thomas Herve

Related branches

Sprints

Whiteboard

Gerrit topic: https://review.openstack.org/#q,topic:bp/hot-template-list-merge,n,z

Addressed by: https://review.openstack.org/359380
    add list_merge and list_merge_unique intrinsinc functions

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.