heat/doc/source/templates/hot/hello_world.rst
ricolin 35047c131f Replace github with openstack git repo
git.openstack.org is our official server, github is just a
read-only mirror.

Linking to github might also raise the expectation that we use the usual
github workflow which is not the case.

Change-Id: I3b3e8213c264757838c8e5fd33221eebf219cdc8
2015-10-21 09:51:40 +08:00

1.4 KiB

Hello World HOT Template

https://git.openstack.org/cgit/openstack/heat-templates/tree/hot/hello_world.yaml

Description

Hello world HOT template that just defines a single compute instance. Contains just base features to verify base HOT support.

Parameters

key_name (required)
type

string

description

Name of an existing key pair to use for the instance

flavor (optional)
type

string

description

Flavor for the instance to be created

image (required)
type

string

description

Image ID or image name to use for the instance

admin_pass (required)
type

string

description

The admin password for the instance

db_port (optional)
type

number

description

The database port number