From b30dc3984369cb6569dfd3d3dfc0767ce1c6b885 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Mon, 4 Jun 2018 17:15:27 -0400 Subject: [PATCH] Document that SoftwareDeployment outputs don't work with config-download Adds documentation indicating that Heat SoftareDeployment/SoftwareConfig resources do not work with config-download. Change-Id: I7fe0c4e644872e7e65a1df361be3e3fcd6d536cb --- .../advanced_deployment/ansible_config_download.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/install/advanced_deployment/ansible_config_download.rst b/doc/source/install/advanced_deployment/ansible_config_download.rst index 3e802e6d..79a93e45 100644 --- a/doc/source/install/advanced_deployment/ansible_config_download.rst +++ b/doc/source/install/advanced_deployment/ansible_config_download.rst @@ -273,3 +273,10 @@ external all external deployments external_deploy_steps external deployments that run on the undercloud + +config-download with Heat SoftwareDeployment outputs +---------------------------------------------------- +``config-download`` does not support outputs on Heat +SoftwareDeployment/SoftwareConfig resources. Often, ``deploy_steps_tasks`` can +be used to reproduce the same behavior that would be handled by an output, by +using Ansible tasks and the ``register`` keyword.