Heat service returns Internal Server Error when enabling kolla_enable_tls_external
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-ansible |
Fix Released
|
Medium
|
Radosław Piliszek | ||
Stein |
Triaged
|
Medium
|
Radosław Piliszek | ||
Train |
Fix Released
|
Medium
|
Radosław Piliszek | ||
Ussuri |
Fix Released
|
Medium
|
Radosław Piliszek |
Bug Description
When enabling parameter `kolla_
- Accessing any of the menus under Orchestration in Horizon GUI over TLS fails, all other parts of GUI works
- Accessing Heat API over public interface with TLS fails with "Internal Error"
- Accessing Heat API over internal interface fails with "Internal Error"
Error logs from heat api
The problem can be resolved by reverting this change: https:/
The reason the problem appears are:
- The TLS certificate is not trusted by the container, if a private CA not in ca-certificates package is used
- The external FQDN cannot be reached from inside the internal network. For security reasons, this can be assumed to be required.
Hi, any solution for this bug?