Update the template_version alias for all the templates to pike.
[apex-tripleo-heat-templates.git] / network / networks.j2.yaml
1 heat_template_version: pike
2
3 description: Create networks to split out Overcloud traffic
4
5 resources:
6
7   {%- for network in networks %}
8     {%- if network.name != 'InternalApi' %}
9   {{network.name}}Network:
10     {%- else  %}
11   InternalNetwork:
12     {%- endif %}
13     type: OS::TripleO::Network::{{network.name}}
14   {%- endfor %}
15
16   NetworkExtraConfig:
17     type: OS::TripleO::Network::ExtraConfig