Merge "Fix service auth URL in Octavia" into stable/stein

This commit is contained in:
Zuul 2019-06-04 16:16:59 +00:00 committed by Gerrit Code Review
commit 61784fe51a
2 changed files with 5 additions and 1 deletions

View File

@ -186,7 +186,7 @@ outputs:
query:
read_default_file: /etc/my.cnf.d/tripleo.cnf
read_default_group: tripleo
octavia::service_auth::auth_url: {get_param: [EndpointMap, KeystonePublic, uri]}
octavia::service_auth::auth_url: {get_param: [EndpointMap, KeystoneV3Internal, uri]}
octavia::service_auth::auth_type: 'password'
octavia::service_auth::username: {get_param: OctaviaUserName}
octavia::service_auth::password: {get_param: OctaviaPassword}

View File

@ -0,0 +1,4 @@
---
fixes:
- |
Fixed service auth URL in Octavia to use the Keystone v3 internal endpoint.