Newer
Older
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: <keypair_name>
image: 86b31e7a-2d19-4249-aeb7-28337fecdde7
flavor: m1.small
networks:
- network: sharednet1
security_groups:
- default
availability_zone: nova