summaryrefslogtreecommitdiffstats
path: root/overcloud-source.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-05-20 15:56:07 +0000
committerGerrit Code Review <review@openstack.org>2014-05-20 15:56:07 +0000
commit46748fdffb57960be79971b6466cc739e052591a (patch)
tree11f5b9f93da08d1d301655b23e9ce6bc0b00abd6 /overcloud-source.yaml
parent5de81f897dcdbea2d54e563294dcd36c4a33e4cd (diff)
parente9c3d6f06b5577be4e2f91bf8f3ddbb06d913748 (diff)
Merge "Specify group os-apply-config for config resources"
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r--overcloud-source.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index d17042ae..cf1eecda 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -353,6 +353,7 @@ Resources:
controllerConfig:
Type: OS::Heat::StructuredConfig
Properties:
+ group: os-apply-config
config:
completion-signal: {get_input: deploy_signal_id}
admin-password:
@@ -475,6 +476,7 @@ Resources:
controllerPassthrough:
Type: OS::Heat::StructuredConfig
Properties:
+ group: os-apply-config
config: {get_input: passthrough_config}
controller0:
Type: OS::Nova::Server