One more jinja filter
This commit is contained in:
parent
11e7fba2f5
commit
57e1b85096
@ -45,7 +45,7 @@ auth_uri = {{ auth_protocol }}://{{ keystone_host }}:{{ service_port }}
|
||||
admin_tenant_name = {{ service_tenant }}
|
||||
admin_user = {{ service_user }}
|
||||
admin_password = {{ service_password }}
|
||||
delay_auth_decision = {{ delay_auth_decision }}
|
||||
delay_auth_decision = {{ delay_auth_decision|lower }}
|
||||
{% if os_release != 'essex' %}signing_dir = /etc/swift{% endif %}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user