From 8e0331271dd8d1dd6cb8b6c5b67bee7497b6a673 Mon Sep 17 00:00:00 2001 From: Nicholas Randon Date: Mon, 21 Jul 2014 16:43:38 +0100 Subject: 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 --- nova-compute-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nova-compute-config.yaml') 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} -- cgit 1.2.3-korg