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:
parent
689cba96fa
commit
f0e02ef203
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user