diff options
Diffstat (limited to 'block-storage.yaml')
-rw-r--r-- | block-storage.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
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} |