Skip to content

Instantly share code, notes, and snippets.

@pratikmallya
Last active August 27, 2015 01:49
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 pratikmallya/d1ce45257afe96b6ddb0 to your computer and use it in GitHub Desktop.
Save pratikmallya/d1ce45257afe96b6ddb0 to your computer and use it in GitHub Desktop.
heat_template_version: 2014-10-16
parameters:
flavor:
type: string
description: Flavor for the server to be created
default: 4353
hidden: true
resources:
test_server:
type: "OS::Nova::Server"
properties:
name: test-server
flavor: 2 GB General Purpose v1
image: Debian 7 (Wheezy) (PVHVM)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment