From f6b1dee0ac88cc35895404e6338141caf36f0f33 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Thu, 10 Nov 2016 07:35:36 -0500 Subject: Deployed server: switch to apply-config hook This patch switches the deployed-server.yaml template to use apply-config instead of os-apply-config. The 'apply-config' hook is now installed via a package (no longer requires elements for installation) and supports more signalling options. This is required to support the undercloud installer which doesn't work with os-collect-config heat metadata. Change-Id: I7963fe4f38e8f04c9871fe651d39efec1aa17c41 --- deployed-server/deployed-server.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployed-server') diff --git a/deployed-server/deployed-server.yaml b/deployed-server/deployed-server.yaml index da5698e5..d5c5460d 100644 --- a/deployed-server/deployed-server.yaml +++ b/deployed-server/deployed-server.yaml @@ -51,7 +51,7 @@ resources: InstanceIdConfig: type: OS::Heat::StructuredConfig properties: - group: os-apply-config + group: apply-config config: instance-id: {get_attr: [deployed-server, "OS::stack_id"]} -- cgit 1.2.3-korg