diff --git a/ansible/roles/heat/templates/heat.conf.j2 b/ansible/roles/heat/templates/heat.conf.j2
index fdc624edd71570aeeaee5646a78722ddef72983b..b2fad08c4ade7d1447ba1fc3b9f5475166a7cb25 100644
--- a/ansible/roles/heat/templates/heat.conf.j2
+++ b/ansible/roles/heat/templates/heat.conf.j2
@@ -66,9 +66,7 @@ auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_publi
 auth_url = {{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}
 {% endif %}
 auth_plugin = password
-project_domain_id = default
 user_domain_id = default
-project_name = service
 username = {{ heat_keystone_user }}
 password = {{ heat_keystone_password }}