aboutsummaryrefslogtreecommitdiffstats
path: root/deployed-server
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2016-11-10 07:35:36 -0500
committerDan Prince <dprince@redhat.com>2016-11-30 17:36:25 -0500
commitf6b1dee0ac88cc35895404e6338141caf36f0f33 (patch)
tree70395a3de73d21f89e3226cf44834c7973924acb /deployed-server
parent9cd0c5a50c45bfce9dabc64aafa3188ba9bdd13c (diff)
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
Diffstat (limited to 'deployed-server')
-rw-r--r--deployed-server/deployed-server.yaml2
1 files changed, 1 insertions, 1 deletions
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"]}