Merge "Fix service auth URL in Octavia" into stable/stein
This commit is contained in:
commit
61784fe51a
@ -186,7 +186,7 @@ outputs:
|
|||||||
query:
|
query:
|
||||||
read_default_file: /etc/my.cnf.d/tripleo.cnf
|
read_default_file: /etc/my.cnf.d/tripleo.cnf
|
||||||
read_default_group: tripleo
|
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::auth_type: 'password'
|
||||||
octavia::service_auth::username: {get_param: OctaviaUserName}
|
octavia::service_auth::username: {get_param: OctaviaUserName}
|
||||||
octavia::service_auth::password: {get_param: OctaviaPassword}
|
octavia::service_auth::password: {get_param: OctaviaPassword}
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Fixed service auth URL in Octavia to use the Keystone v3 internal endpoint.
|
Loading…
Reference in New Issue
Block a user