kolla/releasenotes/notes/bug-1934788-b1fd51f443479fb6.yaml
Michal Arbet 535c861d99 Fix missing pacemaker-cli-utils in Debian hacluster images
Hacluster-pacemaker images need to have pacemaker cli utils
available in all distros and they are provided by pacemaker-cli-utils
package in Debuntu systems. Due to a different dependency chain
this package is not installed in Debian. This package is also
*recommended* dependency of pacemaker and pacemaker-remote in both
Debian/Ubuntu systems, but unfortunatelly it is not installed
on Debian via APT by default.

This patch adding this package to list of package to be installed
on Debian/Ubuntu systems for both hacluster-pacemaker (required)
and hacluster-pacemaker-remote (to ease with debugging).

Closes-Bug: #1934788
Change-Id: I055086ab4af37878e81844f1055bc48d84ae9945
2021-07-30 13:26:39 +02:00

6 lines
137 B
YAML

---
fixes:
- |
Add missing pacemaker cli utils to Debian hacluster images.
`LP#1934788 <https://launchpad.net/bugs/1934788>`__