aboutsummaryrefslogtreecommitdiffstats
path: root/nova-compute-config.yaml
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2014-04-16 16:08:45 +1200
committerRobert Collins <rbtcollins@hp.com>2014-04-18 08:07:52 +1200
commitb84513c8d16cd19b57993575c6f54c9eda6f473f (patch)
tree147ed07ac1677bdc4e8a6d8be9b274fd459e3ab8 /nova-compute-config.yaml
parentbe5af1a35e6bbb9e517fd953a5fe0e2467676b91 (diff)
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
Diffstat (limited to 'nova-compute-config.yaml')
-rw-r--r--nova-compute-config.yaml4
1 files changed, 4 insertions, 0 deletions
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}