Comment 10 for bug 1869955

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

Reviewed: https://review.opendev.org/717837
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=aeb5bc9b978ab80e9267d331333f5964ec33136b
Submitter: Zuul
Branch: stable/train

commit aeb5bc9b978ab80e9267d331333f5964ec33136b
Author: Alan Bishop <email address hidden>
Date: Tue Mar 31 13:25:04 2020 -0700

    Workaround for cinder A/A and etcd with TLS-everywhere

    This patch implements a workaround to allow cinder to run in active/
    active mode with internal TLS enabled. Cinder uses etcd for its
    distributed lock manager, and the LP bug documents several problems
    when the deployment enables TLS on the internal API network.

    Until a full solution is available, this workaround allows cinder and
    etcd to work without TLS. The full solution is complicated, and affects
    components outside of tripleo.

    Change-Id: Iec0d02f8f51067098dd58beb4fe57a7fd5ab5651
    Related-Bug: #1869955
    (cherry picked from commit e621ff801bef9d4b04696ad11da06b64080e1352)