diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-01-11 18:34:50 +0200 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-01-11 18:35:19 +0200 |
commit | f25458dce4b3a0526284e2db456a994498f35eb1 (patch) | |
tree | 5d3e58825b31144e920b524ced88e6ec1e418556 /network/endpoints/build_endpoint_map.py | |
parent | d6d65a18653f8fd1ce073b2a3eec2cba1cb4ae8a (diff) |
Make build_endpoint_map.py output an ocata versioned template
the version it was using was 2015-04-30, but we should be using ocata
instead.
Change-Id: I3eca2f235b3623f08e9cd6b7c2eafe0959b2fb3c
Diffstat (limited to 'network/endpoints/build_endpoint_map.py')
-rwxr-xr-x | network/endpoints/build_endpoint_map.py | 2 |
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 ' |