Comment 6 for bug 1869955

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

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

commit e621ff801bef9d4b04696ad11da06b64080e1352
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