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
(cherry picked from commit 9f6caf7724)
(cherry picked from commit 517175cce0)
This commit is contained in:
Carlos Goncalves 2019-04-15 11:00:29 +02:00
parent b56035e655
commit 0663f3fead
2 changed files with 5 additions and 1 deletions

View File

@ -143,7 +143,7 @@ outputs:
octavia::rabbit_userid: {get_param: RpcUserName}
octavia::rabbit_password: {get_param: RpcPassword}
octavia::rabbit_port: {get_param: RpcPort}
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.