Skip to content

Instantly share code, notes, and snippets.

@jon-da-thon
Created May 27, 2015 13:59
Show Gist options
  • Save jon-da-thon/f4d1973a32b2d33d2a4e to your computer and use it in GitHub Desktop.
Save jon-da-thon/f4d1973a32b2d33d2a4e to your computer and use it in GitHub Desktop.
heat_template_version: 2013-05-23
description: Simple template to deploy two compute instances
resources:
instance_a:
type: OS::Nova::Server
properties:
key_name: p305
image: fedora-20.x86_64
flavor: m1.small
instance_b:
type: OS::Nova::Server
properties:
key_name: p305
image: fedora-20.x86_64
flavor: m1.small
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment