Jon Perritt | 35e27e4 | 2014-12-05 11:10:46 -0700 | [diff] [blame] | 1 | { |
2 | "heat_template_version": "2013-05-23", | ||||
3 | "resources": { | ||||
4 | "compute_instance": { | ||||
5 | "type": "OS::Nova::Server", | ||||
6 | "properties": { | ||||
7 | "flavor": "m1.small", | ||||
8 | "image": "cirros-0.3.2-x86_64-disk", | ||||
9 | "name": "Single Compute Instance" | ||||
10 | } | ||||
11 | } | ||||
12 | } | ||||
13 | } |