diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-08-25 04:18:47 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-08-25 04:18:47 +0000 |
commit | aea200427d55b49da3bb4ab3622795f06fe467e5 (patch) | |
tree | 007bfbededd391c99dd2827d2cce6ff375d279d9 /nova-compute-instance.yaml | |
parent | bf5fcb4f73d2de2dbaecfbca07095c5909000dcb (diff) | |
parent | bf62abdc07ec9255122ff1a9155cf9fb809cda09 (diff) |
Merge "Make signal_transport a parameter"
Diffstat (limited to 'nova-compute-instance.yaml')
-rw-r--r-- | nova-compute-instance.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml index 86115293..00658ff2 100644 --- a/nova-compute-instance.yaml +++ b/nova-compute-instance.yaml @@ -170,6 +170,12 @@ parameters: type: string description: The image ID for live-updates to the overcloud compute nodes. default: '' + DefaultSignalTransport: + default: CFN_SIGNAL + description: Transport to use for software-config signals. + type: string + constraints: + - allowed_values: [ CFN_SIGNAL, HEAT_SIGNAL, NO_SIGNAL ] resources: NovaCompute0: type: OS::Nova::Server @@ -232,6 +238,7 @@ resources: depends_on: [NovaCompute0Passthrough] type: OS::Heat::StructuredDeployment properties: + signal_transport: {get_param: DefaultSignalTransport} config: {get_param: AllNodesConfig} server: {get_resource: NovaCompute0} NovaCompute0Passthrough: |