Bump etcd in tests

... to the version currently used in devstack.

Change-Id: If4a3d642db14cb53efd7dd6b0b07ee4a05cd324a
This commit is contained in:
Takashi Kajinami
2025-04-20 23:46:51 +09:00
parent ea73947c5a
commit 57647bbc25

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -eux
if [ -z "$(which etcd)" ]; then
ETCD_VERSION=3.3.27
ETCD_VERSION=3.4.27
case `uname -s` in
Darwin)
OS=darwin