tripleo-heat-templates/releasenotes/notes/remove-pacemaker-passwords-default-values-dd0cfdf7922ecf90.yaml
James Slagle d57bd297a9 Remove default value for pacmaker passwords
The default values for the PcsdPassword and PacemakerRemoteAuthkey
parameters have been removed, as they did not result in a functioning
pacemaker installation. These values are instead generated by
tripleo-common, and in the cases where they are not (direct API), we
want to fail explicitly if they are not provided.

Change-Id: I37f7a30e593263da2c18d1b2dad89e780a172a51
Closes-Bug: #1753822
2018-03-06 15:17:04 -05:00

8 lines
349 B
YAML

---
fixes:
- The default values for the PcsdPassword and PacemakerRemoteAuthkey
parameters have been removed, as they did not result in a functioning
pacemaker installation. These values are instead generated by
tripleo-common, and in the cases where they are not (direct API), we want
to fail explicitly if they are not provided.