Template
_https://github.com/openstack/heat-templates/blob/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
- KeyName (required)
- type
- string
- description
- Name of an existing key pair to use for the instance
- InstanceType (required)
- type
- string
- description
- Instance type for the instance to be created
- ImageId (required)
- type
- string
- description
- ID of the image to use for the instance