Set default_provider_driver

The configuration option [api_settings].default_provider_driver is
consumed by Rally and the dashboard, when deploying an OVN only
environment, this option is set to amphora producing inconsistencies and
failures.

Closes-Bug: #2125620
Change-Id: I59b83e3477f2a9f8dba4edb2106dab4296c52647
Signed-off-by: Felipe Reyes <felipe.reyes@canonical.com>
This commit is contained in:
Felipe Reyes
2025-09-25 14:49:26 -03:00
parent a6998f084e
commit a0cb8fa01e
2 changed files with 4 additions and 0 deletions

View File

@@ -8,8 +8,10 @@ debug = {{ options.debug }}
[api_settings]
{% if options.enable_amphora -%}
enabled_provider_drivers = amphora:The Octavia Amphora driver,ovn:Octavia OVN driver
default_provider_driver = amphora
{% else -%}
enabled_provider_drivers = ovn:Octavia OVN driver
default_provider_driver = ovn
{% endif -%}
[ovn]

View File

@@ -8,8 +8,10 @@ debug = {{ options.debug }}
[api_settings]
{% if options.enable_amphora -%}
enabled_provider_drivers = amphora:The Octavia Amphora driver,ovn:Octavia OVN driver
default_provider_driver = amphora
{% else -%}
enabled_provider_drivers = ovn:Octavia OVN driver
default_provider_driver = ovn
{% endif -%}
[ovn]