puppet/role.role.j2.yaml has invalid get_resource reference

Found this today when rebasing the undercloud installer.
The puppet/role.role.j2.yaml Yaml has an invalid get_resource reference
that causes a cryptic heat stack failures.

Change-Id: Icfb7d73a1c4d02213b23a427605f2b0d5eaa984f
This commit is contained in:
Dan Prince 2017-01-04 18:17:08 -05:00
parent 4a02aeb22e
commit 782c82afca
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ resources:
PreNetworkConfig: PreNetworkConfig:
type: OS::TripleO::{{role}}::PreNetworkConfig type: OS::TripleO::{{role}}::PreNetworkConfig
properties: properties:
server: {get_resource: {{role}}}} server: {get_resource: {{role}}}
NetworkDeployment: NetworkDeployment:
type: OS::TripleO::SoftwareDeployment type: OS::TripleO::SoftwareDeployment