Install etcd3gw to fix Ubuntu binary tooz coordination

Change-Id: Ib56e62d1fb4d0fc4a6c627b87a929be0bc614d1e
Closes-bug: #1852086
(cherry picked from commit 0186c5e3ca)
This commit is contained in:
Radosław Piliszek 2019-12-03 14:28:26 +01:00
parent b843a1eb18
commit 38191924fe
2 changed files with 7 additions and 0 deletions

View File

@ -190,6 +190,7 @@ ENV DEBIAN_FRONTEND noninteractive
'python3-designateclient',
'python3-elasticsearch',
'python3-etcd',
'python3-etcd3gw',
'python3-gnocchiclient',
'python3-heatclient',
'python3-ironicclient',

View File

@ -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
<https://bugs.launchpad.net/kolla-ansible/+bug/1852086>`__ for details.