diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-02-24 21:17:30 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-02-24 21:17:30 +0000 |
commit | 648b62d898bcc87d50c3f510e6706cf37499b2e3 (patch) | |
tree | 098a67406162ee89c7feb755807c210174abda42 /cinder-storage-post.yaml | |
parent | 44c8ef87a6cf05d998859453b1545ac62a7568e0 (diff) | |
parent | 3ced063b490cb05bf2332e85358c795e367491ce (diff) |
Merge "BlockStore: Exec puppet after all configuration"
Diffstat (limited to 'cinder-storage-post.yaml')
-rw-r--r-- | cinder-storage-post.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cinder-storage-post.yaml b/cinder-storage-post.yaml new file mode 100644 index 00000000..0331685a --- /dev/null +++ b/cinder-storage-post.yaml @@ -0,0 +1,8 @@ +heat_template_version: 2014-10-16 +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 + +parameters: + servers: + type: json |