Merge "Use internal endpoints for configuration in octavia nodes" into stable/rocky

This commit is contained in:
Zuul 2019-08-08 13:29:24 +00:00 committed by Gerrit Code Review
commit c114d5c269
1 changed files with 6 additions and 2 deletions

View File

@ -46,7 +46,9 @@
OS_PASSWORD: "{{ os_password }}"
COMPUTE_API_VERSION: "1.1"
OS_CLOUDNAME: "overcloud"
OS_AUTH_URL: "{{ os_auth_url }}"
OS_AUTH_URL: "{{ os_int_auth_url }}"
OS_INTERFACE: "internal"
OS_ENDPOINT_TYPE: "internal"
OS_IDENTITY_API_VERSION: "{{ os_identity_api_version }}"
OS_IMAGE_API_VERSION: "2"
OS_AUTH_TYPE: "{{ os_auth_type }}"
@ -77,7 +79,9 @@
OS_PASSWORD: "{{ os_password }}"
COMPUTE_API_VERSION: "1.1"
OS_CLOUDNAME: "overcloud"
OS_AUTH_URL: "{{ os_auth_url }}"
OS_AUTH_URL: "{{ os_int_auth_url }}"
OS_INTERFACE: "internal"
OS_ENDPOINT_TYPE: "internal"
OS_IDENTITY_API_VERSION: "{{ os_identity_api_version }}"
OS_IMAGE_API_VERSION: "2"
OS_AUTH_TYPE: "{{ os_auth_type }}"