Merge "Make build_endpoint_map.py output an ocata versioned template"

This commit is contained in:
Jenkins
2017-01-11 18:56:48 +00:00
committed by Gerrit Code Review
+1 -1
View File
@@ -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 '