X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=swift-storage-post.yaml;h=dd51af0eb8ee648bdd42e4bd419e6fe4113bf0ba;hb=b8b5ca12be0de95ee2e52994f705f06722071f18;hp=dfac4b2aeb158d26165d1df86616f42ee32ecd9d;hpb=66aaf72d35fc7c9be5d4fc7605f8ad6d7b5c520e;p=apex-tripleo-heat-templates.git diff --git a/swift-storage-post.yaml b/swift-storage-post.yaml index dfac4b2a..dd51af0e 100644 --- a/swift-storage-post.yaml +++ b/swift-storage-post.yaml @@ -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} +