standalone: enable ConfigDebug by default

Like we already enable Debug & ContainerImagePrepareDebug by default,
let's also have ConfigDebug which is very handy to have config steps
logs.

Change-Id: I252585a91de919c36c3a0713dc78f7bd4a038025
This commit is contained in:
Emilien Macchi 2019-11-27 07:01:52 -05:00
parent 8a35edf9b9
commit 334271d8a3
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ parameter_defaults:
ContainerImagePrepareDebug: true
ControlPlaneStaticRoutes: []
Debug: true
ConfigDebug: true
DeploymentUser: {{ undercloud_user }}
DnsServers: {{ undercloud_undercloud_nameservers }}
DockerInsecureRegistryAddress:

View File

@ -5,6 +5,7 @@ parameter_defaults:
ContainerImagePrepareDebug: true
ControlPlaneStaticRoutes: []
Debug: true
ConfigDebug: true
DeploymentUser: {{ undercloud_user }}
DnsServers: {{ undercloud_undercloud_nameservers | to_json }}
{% if standalone_container_prep_updates is defined and standalone_container_prep_updates %}