kolla-ansible/releasenotes/notes/fix-rest-urls-fqdn-a555e8299fe34efb.yaml
James Kirsch 256322a8fe Construct service configuration urls using kolla_internal_fqdn
Service configuration urls should be constructed using
kolla_internal_fqdn instead of kolla_internal_vip_address. Otherwise SSL
validation will fail when certificates are issued using domain names.

Change-Id: I21689e22870c2f6206e37c60a3c33e19140f77ff
Closes-Bug: 1862419
2020-02-22 08:28:01 -08:00

7 lines
218 B
YAML

---
fixes:
- |
Construct service REST API urls using ``kolla_internal_fqdn`` instead of
``kolla_internal_vip_address``. Otherwise SSL validation will fail when
certificates are issued using domain names.