Add support for isolating swift storage nets
[apex-tripleo-heat-templates.git] / cinder-storage-post.yaml
1 heat_template_version: 2015-04-30
2 description: 'Common Block Storage 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   # Note, this should come last, so use depends_on to ensure
13   # this is created after any other resources.
14   ExtraConfig:
15     type: OS::TripleO::NodeExtraConfigPost
16     properties:
17         servers: {get_param: servers}
18