aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-11 18:56:48 +0000
committerGerrit Code Review <review@openstack.org>2017-01-11 18:56:48 +0000
commit7feff8bf610d18ebf560ddb9e118fa1289499c49 (patch)
tree361f00990ab57c7bd4480eb2be52d244db323867
parent94a5b6ba38ce229350d1cac8f42efe408e402876 (diff)
parentf25458dce4b3a0526284e2db456a994498f35eb1 (diff)
Merge "Make build_endpoint_map.py output an ocata versioned template"
-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 964f58f7..7e8088be 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', '2015-04-30'),
+ ('heat_template_version', 'ocata'),
('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 '