tripleo-heat-templates/environments/container-image-prepare-debug.yaml
Emilien Macchi cb4ed31eaf Introduce ContainerImagePrepareDebug parameter
Set to false by default for backward compatibility, we can set it to
True and it'll add --debug when running the tripleo container image
prepare command, useful to have more verbosity.

Change-Id: I7d0b4035de748bf2453321d3ab09d09fd45abf8d
2019-02-14 09:06:33 -05:00

6 lines
146 B
YAML

# A Heat environment file which can be used to enable container image prepare
# debugging
parameter_defaults:
ContainerImagePrepareDebug: true