Comment 3 for bug 2043810

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

Reviewed: https://review.opendev.org/c/openstack/tooz/+/901247
Committed: https://opendev.org/openstack/tooz/commit/f180411f42b77f85123e44983f0799e688a21044
Submitter: "Zuul (22348)"
Branch: master

commit f180411f42b77f85123e44983f0799e688a21044
Author: Takashi Kajinami <email address hidden>
Date: Fri Nov 17 23:38:08 2023 +0900

    etcd3gw: Discover API version automatically

    etcd changed API version from v3beta to v3alpha, then v3, and because
    of transition available api versions are different according to
    the etcd server available.

    This change implements the mechanism to detect the current api version
    according to the etcd version obtained via the version API. So that
    the url without api version works regardless of the etcd server used.

    Closes-Bug: #2043810
    Depends-on: https://review.opendev.org/c/openstack/etcd3gw/+/901244
    Change-Id: Ib81390eb73feafe08d007db1ced4d0ceb3bde212