Merge "Remove bootstrap_nodeid group var"

This commit is contained in:
Zuul 2019-09-10 00:15:17 +00:00 committed by Gerrit Code Review
commit 687448b3d9
1 changed files with 0 additions and 4 deletions

View File

@ -857,10 +857,6 @@ resources:
type: OS::Heat::Value type: OS::Heat::Value
properties: properties:
value: value:
bootstrap_nodeid:
yaql:
expression: coalesce($.data, []).where(not isEmpty($)).first()
data: {get_attr: [{{role.name}}, hostname]}
ctlplane_subnet_cidr: ctlplane_subnet_cidr:
yaql: yaql:
expression: coalesce($.data, []).where(not isEmpty($)).first().split('/')[-1] expression: coalesce($.data, []).where(not isEmpty($)).first().split('/')[-1]