aboutsummaryrefslogtreecommitdiffstats
path: root/nova-compute-instance.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'nova-compute-instance.yaml')
-rw-r--r--nova-compute-instance.yaml18
1 files changed, 8 insertions, 10 deletions
diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml
index 0da26e65..e93c314c 100644
--- a/nova-compute-instance.yaml
+++ b/nova-compute-instance.yaml
@@ -71,16 +71,14 @@ Resources:
KeyName: {Ref: KeyName}
Metadata:
OpenStack::ImageBuilder::Elements: [ nova-compute ]
- heat:
- access_key_id:
- Ref: ComputeKey
- secret_key:
- Fn::GetAtt: [ ComputeKey, SecretAccessKey ]
- stack:
- name: {Ref: 'AWS::StackName'}
- region: {Ref: 'AWS::Region'}
- refresh:
- - resource: NovaCompute0
+ os-collect-config:
+ cfn:
+ access_key_id:
+ Ref: ComputeKey
+ secret_access_key:
+ Fn::GetAtt: [ ComputeKey, SecretAccessKey ]
+ stack_name: {Ref: 'AWS::StackName'}
+ path: [ NovaCompute0.Metadata ]
nova:
compute_driver: {Ref: NovaComputeDriver}
compute_libvirt_type: {Ref: NovaComputeLibvirtType}