Fix service auth URL in Octavia

This patch changes the service auth URL to use Keystone v3 internal
endpoint.

Closes-Bug: #1824777
Change-Id: I4d70ad67df24950a943006d4793d7c6bc6b50f18
This commit is contained in:
Carlos Goncalves 2019-04-15 11:00:29 +02:00
parent b4454024f7
commit 9f6caf7724
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.