Merge "Document that SoftwareDeployment outputs don't work with config-download"

This commit is contained in:
Zuul 2018-06-19 22:05:57 +00:00 committed by Gerrit Code Review
commit c652e9bfcf
1 changed files with 7 additions and 0 deletions

View File

@ -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.