aboutsummaryrefslogtreecommitdiffstats
path: root/nova-compute-config.yaml
diff options
context:
space:
mode:
authorNicholas Randon <nicholas.randon@hp.com>2014-07-21 16:43:38 +0100
committerAlexis Lee <alexisl@hp.com>2014-09-01 15:03:36 +0100
commit8e0331271dd8d1dd6cb8b6c5b67bee7497b6a673 (patch)
treea264755343b18143fcddc756b79641dab51bdc93 /nova-compute-config.yaml
parent1192fb70d6e0e867887b0ff8e7b16fac005ea3c2 (diff)
Add specific pass-through config for each role
Supplement ExtraConfig with specific versions - ControllerExtraConfig and NovaComputeExtraConfig. This allows the user to specify different configurations for each role. Change-Id: Ieaee80e414130504a5e40e878a5a4ca1c196ca2b
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 cb428ea6..b74f5f10 100644
--- a/nova-compute-config.yaml
+++ b/nova-compute-config.yaml
@@ -59,3 +59,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}