Comment 4 for bug 2029857

Revision history for this message
Alan Baghumian (alanbach) wrote :

Hi Felipe,

It's basically the opposite! Hypothetically something along the lines of this:

{% if options.enable_amphora -%}
enabled_provider_drivers = amphora:The Octavia Amphora driver,ovn:Octavia OVN driver
{% else if options.disable_ovn -%}
enabled_provider_drivers = amphora:The Octavia Amphora driver
{% else -%}
enabled_provider_drivers = ovn:Octavia OVN driver
{% endif -%}