diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-04-29 18:57:02 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-04-29 18:57:02 +0000 |
commit | 630fef16a584b130e4aea03b0909ac54ab537ac0 (patch) | |
tree | e651794d029007d220a66b5c56f4548d84786f16 /cinder-storage-post.yaml | |
parent | d3ad26e0ecf6634d0437235abd89f9f0d282d020 (diff) | |
parent | b8b5ca12be0de95ee2e52994f705f06722071f18 (diff) |
Merge "Add hooks for extra post-deployment config"
Diffstat (limited to 'cinder-storage-post.yaml')
-rw-r--r-- | cinder-storage-post.yaml | 10 |
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} + |