diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-04-22 19:20:08 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-04-22 19:20:08 +0000 |
commit | 439825b1b079d7bbf7f65f9c85f3adbed9ec204a (patch) | |
tree | 15da322a241364551b56118c39f5e10912474116 /nova-compute-config.yaml | |
parent | 5f74f5a5f84577446224c9f2c90c3a045e6a272d (diff) | |
parent | b84513c8d16cd19b57993575c6f54c9eda6f473f (diff) |
Merge "Add passthrough configuration glue."
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} |