Skip to content

Instantly share code, notes, and snippets.

@dyejon
Created May 27, 2015 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dyejon/f4d1973a32b2d33d2a4e to your computer and use it in GitHub Desktop.
Save dyejon/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