kolla-ansible/releasenotes/notes/fix-rest-url-protocol-07db2f6ffe02f9b3.yaml
James Kirsch d41f072c7b Construct service REST API urls using configured protocol
Service REST API urls should be constructed using the
{{ internal_protocol }} and {{ external_protocol }} configuration
parameters.

Change-Id: Id1e8098cf59f66aa35b371149fdb4b517fa4c908
Closes-Bug: 1862817
2020-02-25 13:20:34 -08:00

7 lines
226 B
YAML

---
fixes:
- |
Since Openstack services can now be configured to use TLS enabled REST
endpoints, urls should be constructed using the {{ internal_protocol }}
and {{ external_protocol }} configuration parameters.