Merge "[Standalone Upgrade] Use output directory same as deploy"

This commit is contained in:
Zuul 2021-07-12 22:48:58 +00:00 committed by Gerrit Code Review
commit cc2468d6db
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ sudo openstack tripleo upgrade $PROMPT_ANSWER \
{% if standalone_custom_env_files %}
-e {{ standalone_custom_env_files | join(' -e ') }} \
{% endif %}
--output-dir {{ working_dir }} \
--output-dir {{ working_dir }}/tripleo-deploy \
--standalone