Use publicURL instead of externalURL
This change corrects an endpoint_type in the heat configuration that was incorrectly set to externalURL. The correct endpoint type is publicURL. Change-Id: I93db339fc6135adb6f53efd7fe0841d2504b22be Closes-Bug: #1449181
This commit is contained in:
parent
b6476c652a
commit
838d42decb
@ -25,7 +25,7 @@ verbose: True
|
|||||||
heat_fatal_deprecations: False
|
heat_fatal_deprecations: False
|
||||||
|
|
||||||
heat_clients_endpoint: internalURL
|
heat_clients_endpoint: internalURL
|
||||||
heat_clients_heat_endpoint: externalURL
|
heat_clients_heat_endpoint: publicURL
|
||||||
|
|
||||||
## DB
|
## DB
|
||||||
heat_galera_user: heat
|
heat_galera_user: heat
|
||||||
|
Loading…
Reference in New Issue
Block a user