diff --git a/ansible/roles/heat/templates/heat.conf.j2 b/ansible/roles/heat/templates/heat.conf.j2 index b2fad08c4a..c68e4453f1 100644 --- a/ansible/roles/heat/templates/heat.conf.j2 +++ b/ansible/roles/heat/templates/heat.conf.j2 @@ -65,7 +65,7 @@ auth_url = {{ keystone_admin_url }} auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }} auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }} {% endif %} -auth_plugin = password +auth_type = password user_domain_id = default username = {{ heat_keystone_user }} password = {{ heat_keystone_password }}