Comment 10 for bug 1832168

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

Reviewed: https://review.opendev.org/746671
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=94997223b6173be29fb621d827f8a7ecfa4b6bfa
Submitter: Zuul
Branch: master

commit 94997223b6173be29fb621d827f8a7ecfa4b6bfa
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