aboutsummaryrefslogtreecommitdiffstats
path: root/nova-compute-config.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-09-10 12:01:42 +0000
committerGerrit Code Review <review@openstack.org>2014-09-10 12:01:42 +0000
commit218bd3cad53aef9b9890bc3119a4280c7e54806e (patch)
treea00a66f012ffd0e002e6ac963be003ea4f0854ab /nova-compute-config.yaml
parentcdfe285f791ede790e8ba1ab246807a9a2af1b41 (diff)
parent8e0331271dd8d1dd6cb8b6c5b67bee7497b6a673 (diff)
Merge "Add specific pass-through config for each role"
Diffstat (limited to 'nova-compute-config.yaml')
-rw-r--r--nova-compute-config.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/nova-compute-config.yaml b/nova-compute-config.yaml
index 48cfcf81..5dc8f204 100644
--- a/nova-compute-config.yaml
+++ b/nova-compute-config.yaml
@@ -65,3 +65,8 @@ resources:
properties:
group: os-apply-config
config: {get_input: passthrough_config}
+ NovaComputePassthroughSpecific:
+ type: OS::Heat::StructuredConfig
+ properties:
+ group: os-apply-config
+ config: {get_input: passthrough_config_specific}