From: Harald Jensas Date: Tue, 20 Jun 2017 11:37:26 +0000 (+0200) Subject: Fix roles dict object' has no attribute 'lower' error X-Git-Tag: opnfv-6.0.0~492^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=37bb0ee433b884251673d59e572802d9886284fb;p=apex-tripleo-heat-templates.git Fix roles dict object' has no attribute 'lower' error Change-Id: I4d6a8b53bf07892ba4ae2579f192dc21297ad110 Closes-Bug: #1699026 --- diff --git a/puppet/role.role.j2.yaml b/puppet/role.role.j2.yaml index 4911fbe9..3be2861c 100644 --- a/puppet/role.role.j2.yaml +++ b/puppet/role.role.j2.yaml @@ -175,7 +175,7 @@ conditions: resources: {{role}}: - type: OS::TripleO::{{role.name}}Server + type: OS::TripleO::{{role}}Server metadata: os-collect-config: command: {get_param: ConfigCommand}