b75a9d0dd0
Enabling TLS on the internal VIP for existing deployments will cause downtime until each client is configured to use HTTPS instead of HTTP. To avoid downtime, it is recommended to enable `openstack_service_accept_both_protocols` until all services are configured correctly. It allows haproxy frontends to accept both HTTP and HTTPS. Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/864784 Change-Id: Ie6f5b73c54b0a6d1f661a9d4f33b8a301d8c4170
7 lines
228 B
YAML
7 lines
228 B
YAML
---
|
|
other:
|
|
- |
|
|
Variable ``openstack_service_accept_both_protocols`` was implemented to
|
|
temporarily accept both HTTP and HTTPS traffic on haproxy frontends.
|
|
It is useful when changing protocol of service endpoints.
|