Comment 2 for bug 1983668

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-tripleo (master)

Reviewed: https://review.opendev.org/c/openstack/puppet-tripleo/+/852368
Committed: https://opendev.org/openstack/puppet-tripleo/commit/ecda0e14213d82e337c0a81def19565bee460d1d
Submitter: "Zuul (22348)"
Branch: master

commit ecda0e14213d82e337c0a81def19565bee460d1d
Author: katarimanoj <email address hidden>
Date: Tue Aug 9 13:52:43 2022 +0530

    Add etcd3gw api_version to cinder backend_url

    tooz etcd3gw driver makes use of api_version in backend_url from cinder.conf

    api_version specifies the endpoint used for communication between etcd3gw and
    Etcd service.

    This patch ensures that the correct api_version is passed to tooz to
    implement Etcd <-> etcd3gw compatibility as shown below.

      EtcdV3.4 (el9) supports /v3/
      EtcdV3.2 (el8) supports /v3aplha/

    Depends-On: Ib30c1e003f261cd7e1ac6fed87167f9974bf8542
    Closes-Bug: 1983668
    Change-Id: I8f00c1b4299743e2ad21b25b6a1aeddca6edfd34