Bump etcd in tests

... to the version currently used in devstack.

Change-Id: I739788a9b51368375f36ea19b01e4f95082d97a7
This commit is contained in:
Takashi Kajinami 2025-01-12 17:23:33 +09:00
parent 121418c9e4
commit 864ecd21d1

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