Merge "Install etcd3gw to fix Ubuntu binary tooz coordination"

This commit is contained in:
Zuul 2019-12-04 19:27:22 +00:00 committed by Gerrit Code Review
commit 324ea9e2ba
2 changed files with 7 additions and 0 deletions

View File

@ -192,6 +192,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.