Merge "Change heat bootstrap to use internal API interface"

This commit is contained in:
Zuul 2019-04-05 08:11:23 +00:00 committed by Gerrit Code Review
commit 688ec75e45
1 changed files with 1 additions and 0 deletions

View File

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