Created
May 27, 2015 13:59
-
-
Save jon-da-thon/f4d1973a32b2d33d2a4e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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