Run image prepare with --verbose

This will be useful for debugging CI timing issues with logging of
individual image operations.

Change-Id: Id9bbd8ee829870f3fa524c2a5677da1d8ec4c75b
This commit is contained in:
Steve Baker 2018-06-27 14:47:23 +12:00 committed by wes hayutin
parent 689cba96fa
commit f0e02ef203
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ PREPARE_ARGS=${PREPARE_ARGS:-"{{ prepare_service_env_args }}"}
## ::
{% if release not in ['ocata', 'pike', 'queens'] %}
openstack tripleo container image prepare \
openstack tripleo container image prepare --verbose \
--output-env-file {{ working_dir }}/containers-default-parameters.yaml \
${PREPARE_ARGS} \
-e {{ working_dir }}/containers-prepare-parameter.yaml