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

View File

@ -141,7 +141,7 @@ outputs:
octavia::rabbit_userid: {get_param: RabbitUserName}
octavia::rabbit_password: {get_param: RabbitPassword}
octavia::rabbit_port: {get_param: RabbitClientPort}
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.