From 38191924fe0400415a1d20a17529a9e1003a30de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Tue, 3 Dec 2019 14:28:26 +0100 Subject: [PATCH] Install etcd3gw to fix Ubuntu binary tooz coordination Change-Id: Ib56e62d1fb4d0fc4a6c627b87a929be0bc614d1e Closes-bug: #1852086 (cherry picked from commit 0186c5e3cafeae0bb1c39bdef0df6ade827552d5) --- docker/openstack-base/Dockerfile.j2 | 1 + .../add-etcd3gw-to-ubuntu-binary-1aaf4b5e1ee670ee.yaml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 releasenotes/notes/add-etcd3gw-to-ubuntu-binary-1aaf4b5e1ee670ee.yaml diff --git a/docker/openstack-base/Dockerfile.j2 b/docker/openstack-base/Dockerfile.j2 index 89995061e5..20659608f5 100644 --- a/docker/openstack-base/Dockerfile.j2 +++ b/docker/openstack-base/Dockerfile.j2 @@ -190,6 +190,7 @@ ENV DEBIAN_FRONTEND noninteractive 'python3-designateclient', 'python3-elasticsearch', 'python3-etcd', + 'python3-etcd3gw', 'python3-gnocchiclient', 'python3-heatclient', 'python3-ironicclient', diff --git a/releasenotes/notes/add-etcd3gw-to-ubuntu-binary-1aaf4b5e1ee670ee.yaml b/releasenotes/notes/add-etcd3gw-to-ubuntu-binary-1aaf4b5e1ee670ee.yaml new file mode 100644 index 0000000000..a56fd9400f --- /dev/null +++ b/releasenotes/notes/add-etcd3gw-to-ubuntu-binary-1aaf4b5e1ee670ee.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Fixes unavailability of an etcd3-compatible tooz coordination driver in + Ubuntu binary images by installing ``python3-etcd3gw``. See `bug 1852086 + `__ for details.