From 5f8746c8ff7d81af20ef5876693719846055fe2a Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 13 Jan 2025 00:35:39 +0900 Subject: [PATCH] Fix etcd package The etcd package is not available in Ubuntu Noble. Use etcd-server and etcd-client instead. Change-Id: I7f3e181daea75c5858931bc8d1078f1d61e7f67e --- bindep.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index 1949ae48..e04bec50 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,7 +1,9 @@ # This file contains runtime (non-python) dependencies # More info at: https://docs.openstack.org/infra/bindep/readme.html -etcd [tests-functional-etcd] +etcd [platform:rpm tests-functional-etcd] +etcd-server [platform:dpkg tests-functional-etcd] +etcd-client [platform:dpkg tests-functional-etcd] memcached [tests-functional-memcached] redis [platform:rpm tests-functional-redis] redis-server [platform:dpkg tests-functional-redis]