d8c73aa206
Access to console of any zun container fails when kolla_enable_tls_external is true. This is due to the protocol of the base_url of the websocket_proxy section in zun.conf is hardcoded to 'ws'. [base_url = ws://<external_fqdn>:<port>] This fix adds a new variable zun_wsproxy_protocol and sets it's value to 'wss' when kolla_enable_tls_external is true or to 'ws' otherwise Then the base url's protocol of the websocket_proxy section in zun.conf is set by zun_wsproxy_protocol [base_url = "{{ zun_wsproxy_protocol }}://<external_fqdn>:<port>"] Closes-Bug: 1957117 Change-Id: Ibd9ca6e40ee8c265775b0657d318aa3f82e4cccb |
||
---|---|---|
.. | ||
action_plugins | ||
filter_plugins | ||
group_vars | ||
inventory | ||
library | ||
module_utils | ||
roles | ||
bifrost.yml | ||
certificates.yml | ||
chrony-cleanup.yml | ||
destroy.yml | ||
gather-facts.yml | ||
kolla-host.yml | ||
mariadb_backup.yml | ||
mariadb_recovery.yml | ||
monasca_cleanup.yml | ||
nova.yml | ||
octavia-certificates.yml | ||
post-deploy.yml | ||
prune-images.yml | ||
site.yml |