Bump etcd in tests
... to the version currently used in devstack. Change-Id: If4a3d642db14cb53efd7dd6b0b07ee4a05cd324a
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user