Skip to content
Snippets Groups Projects
Commit 2cd00dad authored by Radosław Piliszek's avatar Radosław Piliszek
Browse files

Use internal API for heat -> keystone communication

Continues work from https://review.opendev.org/676716

Change-Id: If0195c38034d404849bf2e8fca4629b2d38a2680
Closes-Bug: #1812864
Related-Bug: #1762754
Related-Bug: #1688331
parent 308e8372
No related branches found
No related tags found
No related merge requests found
...@@ -72,9 +72,6 @@ password = {{ heat_keystone_password }} ...@@ -72,9 +72,6 @@ password = {{ heat_keystone_password }}
[ec2authtoken] [ec2authtoken]
auth_uri = {{ keystone_internal_url }}/v3 auth_uri = {{ keystone_internal_url }}/v3
[clients_keystone]
auth_uri = {{ keystone_public_url }}
[oslo_messaging_notifications] [oslo_messaging_notifications]
transport_url = {{ notify_transport_url }} transport_url = {{ notify_transport_url }}
{% if heat_enabled_notification_topics %} {% if heat_enabled_notification_topics %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment