Merge "[cleanup] Remove test-data for heat"

This commit is contained in:
Zuul 2020-11-18 17:14:40 +00:00 committed by Gerrit Code Review
commit 47a8059cd2

View File

@ -1,11 +0,0 @@
heat_template_version: 2013-05-23
description: Simple template to deploy a single compute instance
resources:
my_instance:
type: OS::Nova::Server
properties:
key_name: {0}
image: {1}
flavor: m1.tiny
networks:
- network: {2}