aboutsummaryrefslogtreecommitdiffstats
path: root/network/endpoints/build_endpoint_map.py
diff options
context:
space:
mode:
authorCarlos Camacho <ccamacho@redhat.com>2017-02-17 11:12:36 +0100
committerCarlos Camacho <ccamacho@redhat.com>2017-05-19 09:58:07 +0200
commit0a0e2ee629a143efe29bb00ffb06c90515f0e504 (patch)
tree5a0e6efc9767f09f907baac205acf71eb8f2f942 /network/endpoints/build_endpoint_map.py
parenta8366c93edfe92eaf6a7b9b5ac0f754f12c3a068 (diff)
Update the template_version alias for all the templates to pike.
Master is now the development branch for pike changing the release alias name. Change-Id: I938e4a983e361aefcaa0bd9a4226c296c5823127
Diffstat (limited to 'network/endpoints/build_endpoint_map.py')
-rwxr-xr-xnetwork/endpoints/build_endpoint_map.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/endpoints/build_endpoint_map.py b/network/endpoints/build_endpoint_map.py
index 990cbabc..42eb1186 100755
--- a/network/endpoints/build_endpoint_map.py
+++ b/network/endpoints/build_endpoint_map.py
@@ -191,7 +191,7 @@ def template_endpoint_items(config):
def generate_endpoint_map_template(config):
return collections.OrderedDict([
- ('heat_template_version', 'ocata'),
+ ('heat_template_version', 'pike'),
('description', 'A map of OpenStack endpoints. Since the endpoints '
'are URLs, we need to have brackets around IPv6 IP addresses. The '
'inputs to these parameters come from net_ip_uri_map, which will '