aboutsummaryrefslogtreecommitdiffstats
path: root/nova-compute-config.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 /nova-compute-config.yaml
parent5de81f897dcdbea2d54e563294dcd36c4a33e4cd (diff)
parente9c3d6f06b5577be4e2f91bf8f3ddbb06d913748 (diff)
Merge "Specify group os-apply-config for config resources"
Diffstat (limited to 'nova-compute-config.yaml')
-rw-r--r--nova-compute-config.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/nova-compute-config.yaml b/nova-compute-config.yaml
index b296083b..4d672f66 100644
--- a/nova-compute-config.yaml
+++ b/nova-compute-config.yaml
@@ -2,6 +2,7 @@ Resources:
NovaComputeConfig:
Type: OS::Heat::StructuredConfig
Properties:
+ group: os-apply-config
config:
nova:
compute_driver: { get_input: nova_compute_driver }
@@ -52,4 +53,5 @@ Resources:
NovaComputePassthrough:
Type: OS::Heat::StructuredConfig
Properties:
+ group: os-apply-config
config: {get_input: passthrough_config}