From 999cd5b0580b1e854ba553d2bf8b87b1f0302602 Mon Sep 17 00:00:00 2001 From: John Fulton Date: Wed, 26 Jun 2019 14:53:48 -0400 Subject: [PATCH] Include SSH key in manual config-download Ceph example Example from Ibe2e2302b47efea1c747c0166d552fab4feb31c8 was missing ANSIBLE_PRIVATE_KEY_FILE which will likely also be needed with CephAnsibleEnvironmentVariables. Change-Id: I08ba71dbc437102b4d53d65a7c357cfc026ffe33 --- .../install/advanced_deployment/ansible_config_download.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/install/advanced_deployment/ansible_config_download.rst b/doc/source/install/advanced_deployment/ansible_config_download.rst index 66bde7fe..0856e6b5 100644 --- a/doc/source/install/advanced_deployment/ansible_config_download.rst +++ b/doc/source/install/advanced_deployment/ansible_config_download.rst @@ -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::