Files
puppet-octavia/releasenotes/notes/task_flow-backend_package-390484b756669544.yaml
Takashi Kajinami 3e926c8a5e task_flow: Ensure backend package is installed
The octavia pacakge in Ubuntu/Debian does not install python3-redis
automatically and it should be additionally installed. Also the octavia
package in RDO is removing explicit dependency to python3-redis[1] so
the package needs to be additionally installed in RDO in the future.

[1] https://review.rdoproject.org/r/c/openstack/octavia-distgit/+/53067

Change-Id: Ie7ffa7e22848a3f888a1a553aa26f2e4171a191b
2024-05-03 03:06:58 +09:00

8 lines
298 B
YAML

---
features:
- |
The ``octavia::task_flow`` class now ensures the backend package is
installed. Package management can be disabled by setting the new
``manage_backend_package`` parameter to ``false``. The package status
can be customized by the new ``package_ensure`` parameter.