Merge "Include SSH key in manual config-download Ceph example"

This commit is contained in:
Zuul 2019-08-06 19:55:00 +00:00 committed by Gerrit Code Review
commit 341eb0e10c
1 changed files with 1 additions and 0 deletions

View File

@ -376,6 +376,7 @@ values used by the mistral workflow that runs ``config-download``::
parameter_defaults:
CephAnsibleEnvironmentVariables:
ANSIBLE_HOST_KEY_CHECKING: 'False'
ANSIBLE_PRIVATE_KEY_FILE: '/home/stack/.ssh/id_rsa'
.. note::