From 86910a94db046ddb4fb0a9ef5144e3a62d0a0067 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 --- 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 d2ee80f67b..324031ef52 100644 --- a/ansible/roles/heat/tasks/bootstrap_service.yml +++ b/ansible/roles/heat/tasks/bootstrap_service.yml @@ -12,6 +12,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 }}"