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 
 
