tripleo-heat-templates/releasenotes/notes/default-bootstrap-server-id-eff49ef40bfde414.yaml
James Slagle d4d15d0407 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
2018-08-06 17:46:08 -04: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.