tripleo-heat-templates/releasenotes/notes/container_image_prepare_debug-52fcb324633d2cf0.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

7 lines
211 B
YAML

---
features:
- |
ContainerImagePrepareDebug is a parameter that allows to run the tripleo
container image prepare command with --debug. It is set to 'False' by default
for backward compatibility.