Files
James Page c749054e03 Fix compatibility with Jinja2 >= 2.10
The indentfirst parameter of the indent helper was renamed
to first at Jinja2 2.10 - update template to follow this
change.

Change-Id: I4299a72646a602720689b4f3c3075de8c21b0811
2022-05-23 14:23:13 +01:00

28 lines
754 B
YAML

api_version: {{ api_version }}
auth_host: {{ auth_host }}
auth_port: {{ auth_port }}
auth_protocol: {{ auth_protocol }}
service_host: {{ service_host }}
service_port: {{ service_port }}
service_protocol: {{ service_protocol }}
internal_host: {{ internal_host }}
internal_port: {{ internal_port }}
internal_protocol: {{ internal_protocol }}
admin_tenant_id: {{ admin_tenant_id }}
admin_tenant_name: {{ admin_tenant_name }}
admin_user: {{ admin_user }}
admin_password: {{ admin_password }}
{% if ssl_ca -%}
ssl_ca: |
{{ ssl_ca | indent( width=2, first=True) }}
{% endif -%}
{% if api_version == '3' -%}
admin_domain_name: {{ admin_domain_name }}
{% endif -%}
{% if use_internal_endpoints -%}
interface: internal
{% endif -%}
unit_name: {{ unit_name }}