blob: 11cfc80534283c9e735469705ca805f033c1b3d8 [file] [log] [blame]
Jon Perritt35e27e42014-12-05 11:10:46 -07001{
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}