From c287fda67bb3509b2428c1d5f30e805c1c1cecb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20J=C3=B3zefczyk?= Date: Wed, 22 Jul 2020 13:30:12 +0000 Subject: [PATCH] Set the CONF.load_balancer.enabled_provider_drivers tempest conf Without this config the tempest API test octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest.test_provider_list fails. Change-Id: I18ccbe1a6f0896ff51440a245acd979321fce3bb --- zuul.d/base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index ea44a377..cdff174c 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -92,6 +92,7 @@ provider: 'ovn' test_with_ipv6: False enable_security_groups: True + enabled_provider_drivers: 'ovn:OVN provider driver' loadbalancer-feature-enabled: health_monitor_enabled: False pool_algorithms_enabled: False