kolla-ansible/releasenotes/notes/octavia_jobboard-823f44393f3e109e.yaml
Michal Nasiadka 448209459d CI: Add codespell to pep8
Fix existing spelling errors

Change-Id: Ie689cf5a344aaa630a4860448b09242333a8e119
2024-04-22 13:19:23 +00:00

20 lines
1002 B
YAML

---
features:
- |
The Octavia amphora provider driver improves control plane resiliency.
Should a control plane host go down during a load balancer provisioning
operation, an alternate controller can resume the in-process provisioning
and complete the request. This solves the issue with resources stuck in
PENDING_* states by writing info about task states in persistent backend
and monitoring job claims via jobboard. The jobboard feature is now
enabled by default. It requires the Redis service to be enabled as a
dependency. Use the ``enable_octavia_jobboard`` variable to override
if needed.
upgrade:
- |
The Octavia amphora provider by default is now deployed with the jobboard
feature enabled. This requires the Redis service to be enabled as a
dependency, please update your configuration accordingly if needed.
For further information see
`Amphorav2 docs <https://docs.openstack.org/octavia/latest/install/install-amphorav2.html>`_