aboutsummaryrefslogtreecommitdiffstats
path: root/cinder-storage-post.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'cinder-storage-post.yaml')
-rw-r--r--cinder-storage-post.yaml12
1 files changed, 11 insertions, 1 deletions
diff --git a/cinder-storage-post.yaml b/cinder-storage-post.yaml
index 0331685a..8943c502 100644
--- a/cinder-storage-post.yaml
+++ b/cinder-storage-post.yaml
@@ -1,4 +1,4 @@
-heat_template_version: 2014-10-16
+heat_template_version: 2015-04-30
description: 'Common Block Storage Post Deployment'
# NOTE: this is a noop for os-apply-config style deployments because
# post deployment ordering is controlled by tripleo-image-elements
@@ -6,3 +6,13 @@ description: 'Common Block Storage Post Deployment'
parameters:
servers:
type: json
+
+resources:
+
+ # Note, this should come last, so use depends_on to ensure
+ # this is created after any other resources.
+ ExtraConfig:
+ type: OS::TripleO::NodeExtraConfigPost
+ properties:
+ servers: {get_param: servers}
+