Comment 11 for bug 1630950

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_nova (stable/newton)

Reviewed: https://review.openstack.org/385011
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_nova/commit/?id=27d42de97d9b76ed29f285d35b909fbf45fbf92c
Submitter: Jenkins
Branch: stable/newton

commit 27d42de97d9b76ed29f285d35b909fbf45fbf92c
Author: Jesse Pretorius <email address hidden>
Date: Mon Oct 10 10:09:29 2016 +0100

    Ensure that novnc/spice consoles use the public endpoint protocol

    When using HTTPS as the public endpoint protocol, the novnc/spice
    console endpoint provided must also be HTTPS.

    This patch ensures that the novnc/spice console endpoint keys off
    the general OpenStack service protocol set for the public endpoints.

    It still remains possible to override the endpoint protocol, if
    necessary.

    Closes-Bug: #1630950
    Closes-Bug: #1630953
    Change-Id: If3c751adfc4cb74c3230db1c8d4f1c9c3672bea8
    (cherry picked from commit 8fc0304b6616bc738e25cdb7ee84fa302b7a1aef)