diff options
Diffstat (limited to 'nova-compute-config.yaml')
-rw-r--r-- | nova-compute-config.yaml | 4 |
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} |