Merge "[Trivial Fix] Correct spelling error of "cloud""

This commit is contained in:
Zuul 2019-01-03 05:46:16 +00:00 committed by Gerrit Code Review
commit f5f4590dd1
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ Parameters required to access the stack:
- node_name: 'undercloud'
- existing_key_location: <local_working_dir> -- required to access the undercloud node
- ssh_extra_args: <'-F "{{ local_working_dir }}/ssh.config.ansible"'>
- undercoud_key: <"{{ local_working_dir }}/id_rsa_undercloud">
- undercloud_key: <"{{ local_working_dir }}/id_rsa_undercloud">
Parameters required for shade (See defaults/main.yml for default values):
- heat_template

View File

@ -288,7 +288,7 @@ parameter_defaults:
Note, this template complements the default t-h-t's `environments/docker.yaml`
setup that deploys everything in containers. The default template for
the ``undercloud-install.sh`` also provides an additional set of required
services used for underlcoud to deploy overclouds (Ironic, Zaqar, MongoDB,
services used for undercloud to deploy overclouds (Ironic, Zaqar, MongoDB,
Mistral). If you need a lightweight undercloud, make sure your custom
undercloud installation script template omits those services and the
`environments/docker.yaml` defaults.