Fix glance backend for scenario010

We rely on glance having the file backend configured for this scenario
10 (octavia)

Depends-On: I61c2e69f34280304c9dbab7af5e597956e5a7efe
Change-Id: I2b2f067d51cd5e430c078acd62912859be195589
(cherry picked from commit 6359f1e37b)
(cherry picked from commit 12eda343eccef2bdb08ef43379711712138b9333)
This commit is contained in:
Brent Eagles 2019-07-08 09:50:42 -04:00
parent af178417ba
commit f6604278e2
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'