scenarios: set Debug to True

Help people to debug CI scenarios with the maximum of logs.

Change-Id: I609cb94db6c522a0f3a033c71d40ca28a0f1e2e4
This commit is contained in:
Emilien Macchi 2016-09-07 14:19:14 -04:00
parent 3e67a338fe
commit f0529139f7
3 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,7 @@ parameter_defaults:
ControllerExtraConfig: ControllerExtraConfig:
nova::compute::libvirt::services::libvirt_virt_type: qemu nova::compute::libvirt::services::libvirt_virt_type: qemu
nova::compute::libvirt::libvirt_virt_type: qemu nova::compute::libvirt::libvirt_virt_type: qemu
Debug: true
# we don't deploy Swift so we switch to file backend. # we don't deploy Swift so we switch to file backend.
GlanceBackend: 'file' GlanceBackend: 'file'
GnocchiBackend: 'file' GnocchiBackend: 'file'

View File

@ -42,3 +42,4 @@ parameter_defaults:
ControllerExtraConfig: ControllerExtraConfig:
nova::compute::libvirt::services::libvirt_virt_type: qemu nova::compute::libvirt::services::libvirt_virt_type: qemu
nova::compute::libvirt::libvirt_virt_type: qemu nova::compute::libvirt::libvirt_virt_type: qemu
Debug: true

View File

@ -39,5 +39,6 @@ parameter_defaults:
ControllerExtraConfig: ControllerExtraConfig:
nova::compute::libvirt::services::libvirt_virt_type: qemu nova::compute::libvirt::services::libvirt_virt_type: qemu
nova::compute::libvirt::libvirt_virt_type: qemu nova::compute::libvirt::libvirt_virt_type: qemu
Debug: true
# we don't deploy Swift so we switch to file backend. # we don't deploy Swift so we switch to file backend.
GlanceBackend: 'file' GlanceBackend: 'file'