Merge "Keystone domain for Heat"
[apex-tripleo-heat-templates.git] / compute-post.yaml
1 heat_template_version: 2014-10-16
2 description: 'Compute Post Deployment'
3 # NOTE: this is a noop for os-apply-config style deployments because
4 # post deployment ordering is controlled by tripleo-image-elements
5
6 parameters:
7   servers:
8     type: json
9
10 resources:
11
12
13   # Note, this should come last, so use depends_on to ensure
14   # this is created after any other resources.
15   ExtraConfig:
16     type: OS::TripleO::NodeExtraConfigPost
17     properties:
18         servers: {get_param: servers}
19