Merge "Fix glance backend for scenario010" into stable/queens

This commit is contained in:
Zuul 2020-03-17 20:05:33 +00:00 committed by Gerrit Code Review
commit bf25bb68a2
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,9 @@ parameter_defaults:
ControllerExtraConfig:
nova::compute::libvirt::services::libvirt_virt_type: qemu
nova::compute::libvirt::libvirt_virt_type: qemu
octavia::config::octavia_config:
controller_worker/amp_active_retries:
value: 30
Debug: true
SwiftCeilometerPipelineEnabled: false
NeutronServicePlugins: "qos,router,trunk"
@ -70,4 +73,5 @@ parameter_defaults:
# For now, we hardcode it but soon it'll be generated in tripleo-common
OctaviaCaKeyPassphrase: 'upstreamci'
OctaviaGenerateCerts: true
GlanceBackend: 'file'