From 4f423ed6aec34a2f4274cd48d20dccb6080f6068 Mon Sep 17 00:00:00 2001 From: marios Date: Tue, 28 Jan 2014 16:38:52 +0200 Subject: Remove InstanceType and ImageId from cinder template InstanceType and ImageId properties belong to an AWS::AutoScaling::LaunchConfiguration, for example as used for NovaCompute0Config in nova-compute-instance.yaml. However this template doesn't use a LaunchConfig but params instead. AFAICT we don't need these here (and they cause HEAT template validation to fail) Change-Id: If444e4449e3d62cb954de48bc3b55b16dcc8886f --- block-storage.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'block-storage.yaml') diff --git a/block-storage.yaml b/block-storage.yaml index d7548c9c..9959bdbc 100644 --- a/block-storage.yaml +++ b/block-storage.yaml @@ -39,8 +39,6 @@ Resources: {Ref: BlockStorageImage} flavor: {Ref: Flavor} key_name: {Ref: KeyName} - InstanceType: '0' - ImageId: '0' Metadata: os-collect-config: cfn: @@ -63,4 +61,4 @@ Resources: host: {Ref: RabbitHost} password: {Ref: RabbitPassword} interfaces: - control: {Ref: NeutronPublicInterface} \ No newline at end of file + control: {Ref: NeutronPublicInterface} -- cgit 1.2.3-korg