From b84513c8d16cd19b57993575c6f54c9eda6f473f Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 16 Apr 2014 16:08:45 +1200 Subject: Add passthrough configuration glue. This provides a means for users to pass configuration through to the machines they are deploying without us modelling that. Change-Id: I7134eb0c6be2d5cb1795b2f03cfba4afb69dc837 blueprint: passthrough-config --- nova-compute-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nova-compute-config.yaml') diff --git a/nova-compute-config.yaml b/nova-compute-config.yaml index 1500a2e0..02d8e002 100644 --- a/nova-compute-config.yaml +++ b/nova-compute-config.yaml @@ -45,3 +45,7 @@ Resources: base_image_id: {get_input: nova_image} live_update_image_id: {get_input: live_update_compute_image} completion-signal: {get_input: deploy_signal_id} + NovaComputePassthrough: + Type: OS::Heat::StructuredConfig + Properties: + config: {get_input: passthrough_config} -- cgit 1.2.3-korg