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:
@@ -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]
|
||||
|
@@ -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]
|
||||
|
Reference in New Issue
Block a user