kolla-ansible/releasenotes/notes/managed-etcd-72fb2d3fbba516d9.yaml
Dr. Jens Harbott 8e7a67bfd7
Update etcd docs and reno
Just some minor formatting and wording updates

Change-Id: Ia42944512f8d14a1993bd4ae3d09f0f2ab431322
2023-11-29 12:07:53 +00:00

14 lines
569 B
YAML

---
fixes:
- |
The ``etcd`` tooling has been updated to better serialize restarts when
applying configuration or updates. Previously minor outages might have
occurred since all services were restarted in the same task.
features:
- |
The ``etcd`` tooling has been updated to handle adding and removing nodes.
Previously this was an undocumented manual process and required creating
service containers. Operators can refer to the
`etcd admin guide <https://docs.openstack.org/kolla-ansible/latest/admin/etcd.html>`__
for more details.