diff --git a/deployment/container-image-prepare/container-image-prepare-baremetal-ansible.j2.yaml b/deployment/container-image-prepare/container-image-prepare-baremetal-ansible.j2.yaml index 670180a16c..e22833ccc8 100644 --- a/deployment/container-image-prepare/container-image-prepare-baremetal-ansible.j2.yaml +++ b/deployment/container-image-prepare/container-image-prepare-baremetal-ansible.j2.yaml @@ -57,8 +57,12 @@ parameters: description: Optional. Mirror to use for registry docker.io default: '' type: string - ContainerImagePrepareDebug: + Debug: default: false + description: Set to True to enable debugging on all services. + type: boolean + ContainerImagePrepareDebug: + default: '' description: Whether or not we want to activate --debug in tripleo container image prepare. type: string constraints: