kolla-ansible/releasenotes/notes/bug-1872205-2eb7e57e0a334fb7.yaml
Radosław Piliszek 66a2f49358 Fix Designate not to use etcd coordination backend
etcd via tooz does not support group membership required by
Designate coordination.
The best k-a can do is not to configure etcd in Designate.

Change-Id: I2f64f928e730355142ac369d8868cf9f65ca357e
Closes-bug: #1872205
Related-bug: #1840070
(cherry picked from commit 3c234603a9)
2020-04-26 20:51:03 +01:00

8 lines
251 B
YAML

---
fixes:
- |
Fixes ``designate-worker`` not to use ``etcd`` as its coordination backend
because it is not supported by Designate (no group membership support
available via tooz).
`LP#1872205 <https://launchpad.net/bugs/1872205>`__