Comment 16 for bug 1832168

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-heat-templates (stable/ussuri)

Reviewed: https://review.opendev.org/747479
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=91c17d54ecdc2451cc76df1481fa40012fba8d2e
Submitter: Zuul
Branch: stable/ussuri

commit 91c17d54ecdc2451cc76df1481fa40012fba8d2e
Author: Harald Jensås <email address hidden>
Date: Tue Aug 18 11:36:20 2020 +0200

    Fix endpoint map tls - zaqar wss port

    We open port: `` 3000 #SSL for websocket`` in the
    zaqar service defenition:
      deployment/zaqar/zaqar-container-puppet.yaml:L130

    But SSL environment files use port 9000 for the public
    endpoint.

    Using 9000 also for SSL can cause issues in haproxy.
    We may want to revert or relax the check in
    https://review.opendev.org/664224 as duplicate IP's
    is'nt the actual problem.

    Related-Bug: #1832168
    Related-RHBZ: #1868910
    Change-Id: I05f31885ade46d47ff5d384dabbd5561f4df9278
    (cherry picked from commit 94997223b6173be29fb621d827f8a7ecfa4b6bfa)