diff options
-rw-r--r-- | nova-compute-instance.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml index e93c314c..c7753e82 100644 --- a/nova-compute-instance.yaml +++ b/nova-compute-instance.yaml @@ -78,7 +78,7 @@ Resources: secret_access_key: Fn::GetAtt: [ ComputeKey, SecretAccessKey ] stack_name: {Ref: 'AWS::StackName'} - path: [ NovaCompute0.Metadata ] + path: NovaCompute0.Metadata nova: compute_driver: {Ref: NovaComputeDriver} compute_libvirt_type: {Ref: NovaComputeLibvirtType} |