Fix protocol rendering for keystone URL

Closes #387
This commit is contained in:
Chris MacNaughton
2020-08-20 08:51:57 +02:00
parent a67b4906ee
commit 5455bee2e9

View File

@@ -34,7 +34,7 @@ attach_encrypted_volume = false
{% if 'keystone' in enabled_services %}
[identity]
uri = {proto}://{{ keystone }}:5000/v2.0
uri = {{ proto }}://{{ keystone }}:5000/v2.0
auth_version = v2
admin_role = Admin
region = RegionOne