tripleo-heat-templates/releasenotes/notes/remove-pacemaker-passwords-default-values-dd0cfdf7922ecf90.yaml
James Slagle 7f95de6a53 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
(cherry picked from commit d57bd297a9)
2018-03-29 23:31:10 +00: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.