diff --git a/ansible/roles/heat/templates/heat.conf.j2 b/ansible/roles/heat/templates/heat.conf.j2
index 3f2445dc24..8fd20fdfd3 100644
--- a/ansible/roles/heat/templates/heat.conf.j2
+++ b/ansible/roles/heat/templates/heat.conf.j2
@@ -48,8 +48,8 @@ username = {{ heat_keystone_user }}
 password = {{ heat_keystone_password }}
 
 [trustee]
-auth_uri = http://{{ kolla_internal_fqdn }}:{{ keystone_public_port }}
-auth_url = http://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}
+auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }}
+auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}
 auth_plugin = password
 project_domain_id = default
 user_domain_id = default