tripleo-heat-templates/releasenotes/notes/default-bootstrap-server-id-eff49ef40bfde414.yaml
James Slagle 87178906ec Default bootstrap_server_id
When blacklisting all servers from the primary role, the yaql expression
to get the bootstrap_server_id value fails as it tries to index the list
at the 0'th element. In this case, default the bootstrap_server_id value
to a constant string which won't match any actual server id's.

Change-Id: Ibb26245156675f64709bab075875ce4b498b4db6
Closes-Bug: #1785665
(cherry picked from commit d4d15d0407)
2018-08-13 17:38:19 +02:00

6 lines
225 B
YAML

---
fixes:
- Previously, when blacklisting all servers of the primary role, the stack
would fail since the bootstrap server id was empty. The value is now
defaulted in case all primary role servers are blacklisted.