tobiko/tobiko/tests/unit/openstack/heat/my-stack.yaml

12 lines
249 B
YAML

heat_template_version: 2015-04-30
description: Simple template to deploy a single compute instance
resources:
my_instance:
type: OS::Nova::Server
properties:
key_name: my_key
image: F18-x86_64-cfntools
flavor: m1.small