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.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/cinder-storage-post.yaml b/cinder-storage-post.yaml
index 0331685a..08818381 100644
--- a/cinder-storage-post.yaml
+++ b/cinder-storage-post.yaml
@@ -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}
+