tripleo-common/releasenotes/notes/config-download-consistent-work-dir-b8a37550c3970722.yaml
James Slagle 81b022ce03 Use /var/lib/mistral/<plan-name> as config-download dir
Use a consistent directory under /var/lib/mistral (which defaults to the
plan name) as the working and config-download directory in the
config_download_deploy workflow. Since the config-download directory
is now managed by git, we can re-use the same dir and preserve the
history.

Change-Id: Id639d0a99aa1103f6f9cc54de676ea8ba6111332
Closes-Bug: #1779093
2018-07-19 08:24:24 -04:00

6 lines
216 B
YAML

---
features:
- The config_download_deploy workflow now uses a consistent working directory
for the config-download directory. Since the directory is now managed by
git, it can be reused across executions.