Comment 2 for bug 2039490

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-nova-cloud-controller (master)

Reviewed: https://review.opendev.org/c/openstack/charm-nova-cloud-controller/+/899430
Committed: https://opendev.org/openstack/charm-nova-cloud-controller/commit/b915f8e6f81df6a776fc1ad6725207a199440a3b
Submitter: "Zuul (22348)"
Branch: master

commit b915f8e6f81df6a776fc1ad6725207a199440a3b
Author: Felipe Reyes <email address hidden>
Date: Thu Oct 26 17:41:41 2023 -0300

    Use wss protocol when SSL enabled

    This patch checks if HTTPS configuration is enabled in Apache to
    determine if the websocket protocol should switch from 'ws' to 'wss' or
    not.

    Change-Id: I738652373604966b6df079e45a0ad26c83e21688
    Closes-Bug: #2039490