
This patch adds doc8 check for .rst files to pep8. Files that fail doc8 check are also fixed. Ignore D001 of doc8 check. This requires lot of changes and should be done in a separated patch. Change-Id: I7732abc55ec27026efbf56663ba02ff27e8ec847
1.5 KiB
1.5 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