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 86910a94db)
This commit is contained in:
Michal Nasiadka 2019-04-03 13:21:06 +02:00
parent 1dddf1c086
commit 9fcfbd3303
1 changed files with 1 additions and 0 deletions

View File

@ -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 }}"