From e9c3d6f06b5577be4e2f91bf8f3ddbb06d913748 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Fri, 2 May 2014 16:02:35 +1200 Subject: Specify group os-apply-config for config resources This will indicate to os-collect-config that this config resource represents os-apply-config configuration data, so it can only write out top-level config files for os-apply-config data (or Heat::Ungrouped for backwards compatibility). Change-Id: I3552fdd6df8106ab83cfd17d5f4b137cf33fbc36 Related-Bug: #1299109 --- block-storage.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'block-storage.yaml') diff --git a/block-storage.yaml b/block-storage.yaml index ce60ce26..73240c8d 100644 --- a/block-storage.yaml +++ b/block-storage.yaml @@ -34,6 +34,7 @@ Resources: BlockStorageConfig: Type: OS::Heat::StructuredConfig Properties: + group: os-apply-config config: admin-password: {Ref: AdminPassword} keystone: -- cgit 1.2.3-korg