heat/doc/source/templates/hot/hello_world.rst
ricolin 203bce9cd7 Switch to use opendev.org
Our cgit instance will be going away and opendev.org is the new
preferred URL for browsing our git repos. Redirects will exist for the
foreseeable future, but it's more efficient to just go directly to the
new locations.

Change-Id: Ic5fa1a8436f57836ad37b752a0cca1cd4f3a21a7
2019-04-22 09:36:50 +05:30

1.5 KiB

Hello World HOT Template

https://opendev.org/openstack/heat-templates/src/branch/master/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