Zun

Comment 7 for bug 1762511

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-zunclient (master)

Reviewed: https://review.openstack.org/619942
Committed: https://git.openstack.org/cgit/openstack/python-zunclient/commit/?id=67660449617b2a884735f000f922faafe69659b0
Submitter: Zuul
Branch: master

commit 67660449617b2a884735f000f922faafe69659b0
Author: Hongbin Lu <email address hidden>
Date: Sun Nov 25 21:46:44 2018 +0000

    Set HTTP header "Origin" when using websocket

    This is because if this header is missing, the websocket client
    will populate this header as "http://...", which is incorrect
    if we are using secure connection (in which this header should
    be "https://...").

    Change-Id: I441946dc168db645744da093e215f65fa1ca3637
    Related-Bug: #1762511