Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
b101323b44e08334d450961d675b715f6360e46e
/
.
/
acceptance
/
openstack
/
orchestration
/
v1
/
hello-compute.json
blob: 11cfc80534283c9e735469705ca805f033c1b3d8 [
file
] [
log
] [
blame
]
{
"heat_template_version"
:
"2013-05-23"
,
"resources"
:
{
"compute_instance"
:
{
"type"
:
"OS::Nova::Server"
,
"properties"
:
{
"flavor"
:
"m1.small"
,
"image"
:
"cirros-0.3.2-x86_64-disk"
,
"name"
:
"Single Compute Instance"
}
}
}
}