X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=swift-storage-post.yaml;h=53490d71463848f0a039611e8a32817974f444af;hb=6b0b761062033ffff68374d182a4b0db1bb33268;hp=dfac4b2aeb158d26165d1df86616f42ee32ecd9d;hpb=44c8ef87a6cf05d998859453b1545ac62a7568e0;p=apex-tripleo-heat-templates.git diff --git a/swift-storage-post.yaml b/swift-storage-post.yaml index dfac4b2a..53490d71 100644 --- a/swift-storage-post.yaml +++ b/swift-storage-post.yaml @@ -1,4 +1,4 @@ -heat_template_version: 2014-10-16 +heat_template_version: 2015-04-30 description: 'Swift 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: 'Swift 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} +