From 858790a358d052344536395bec18571e7dcd9a23 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Wed, 3 Apr 2019 13:21:06 +0200 Subject: [PATCH] Change heat bootstrap to use internal API interface This patch fixes Heat deployment with TLS self-signed certs. Change-Id: Iadf67d1a5eb2b771e34d27fbced5aad15f271822 Closes-Bug: #1822990 (cherry picked from commit 86910a94db046ddb4fb0a9ef5144e3a62d0a0067) --- ansible/roles/heat/tasks/bootstrap_service.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/heat/tasks/bootstrap_service.yml b/ansible/roles/heat/tasks/bootstrap_service.yml index 40e93a9c9c..94d5e80936 100644 --- a/ansible/roles/heat/tasks/bootstrap_service.yml +++ b/ansible/roles/heat/tasks/bootstrap_service.yml @@ -11,6 +11,7 @@ KOLLA_CONFIG_STRATEGY: "{{ config_strategy }}" OS_AUTH_URL: "{{ openstack_auth.auth_url }}" OS_IDENTITY_API_VERSION: "3" + OS_INTERFACE: "internal" OS_USERNAME: "{{ openstack_auth.username }}" OS_PASSWORD: "{{ openstack_auth.password }}" OS_PROJECT_NAME: "{{ openstack_auth.project_name }}"