Update the template_version alias for all the templates to pike.
[apex-tripleo-heat-templates.git] / puppet / extraconfig / pre_deploy / controller / multiple.yaml
1 heat_template_version: pike
2 description: 'Extra Pre-Deployment Config, multiple'
3 parameters:
4   server:
5     type: string
6
7 resources:
8
9   CinderNetappConfig:
10     type: cinder-netapp.yaml
11     properties:
12         server: {get_param: server}
13
14   # Note depends_on may be used for serialization if ordering is important
15   OtherConfig:
16     type: other.yaml
17     properties:
18         server: {get_param: server}