OpenStack Orchestration (Heat)
Go to file
Gerrit User 4257 b9e4606ea4 Update patch set 17
Patch Set 17: Workflow-1

The TripleO convergence job is failing because TripleO (unwisely) uses nested get_attr functions to get one attribute (http://git.openstack.org/cgit/openstack/tripleo-heat-templates/tree/overcloud.j2.yaml?h=stable%2Focata#n489). It happens to not break convergence normally, because by coincidence the dependencies work out nicely ({{primary_role_name}}IpListMap depends directly on ServiceNetMap), but it does require the cache_data to be loaded in the StackDefinition in order to calculate the dep_attrs from it.

This happens in Id7472557e26d172df88841ff7f20afdd7f5bfada anyway, but it's easy enough to move here.

Patch-set: 17
Label: Workflow=-1
2017-07-03 19:34:03 +00:00