Skip to content

Instantly share code, notes, and snippets.

@pratikmallya
Created August 27, 2015 02:16
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/200f047b357853edc919 to your computer and use it in GitHub Desktop.
Save pratikmallya/200f047b357853edc919 to your computer and use it in GitHub Desktop.
heat_template_version: 2014-10-16
parameters:
param_string:
type: string
description: Flavor for the server to be created
default: 4353
hidden: true
param_number:
type: number
description: Flavor for the server to be created
default: 4353
hidden: true
param_boolean:
type: boolean
description: Flavor for the server to be created
default: true
hidden: true
param_map:
type: json
description: Flavor for the server to be created
default: {"fee": {"fi":"fo"}}
hidden: true
param_comma_list:
type: comma_delimited_list
description: Flavor for the server to be created
default: ["hola", "senorita"]
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