From 8a9b519c813a9f23edcbbd193769b19bdd815087 Mon Sep 17 00:00:00 2001 From: Felipe Reyes Date: Thu, 30 Jun 2022 18:07:52 -0400 Subject: [PATCH] Set tempest octavia provider to amphora. By default the provider that will be used by tempest is "octavia" which in Octavia's default configuration is an alias of amphora, although in a Charmed OpenStack is not. This change sets the provider to be used by octavia-tempest-plugin to amphora. --- zaza/openstack/charm_tests/tempest/templates/tempest_v3.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/zaza/openstack/charm_tests/tempest/templates/tempest_v3.j2 b/zaza/openstack/charm_tests/tempest/templates/tempest_v3.j2 index 91c69a7..adbe0ef 100644 --- a/zaza/openstack/charm_tests/tempest/templates/tempest_v3.j2 +++ b/zaza/openstack/charm_tests/tempest/templates/tempest_v3.j2 @@ -119,4 +119,5 @@ backup = false enable_security_groups = true test_with_ipv6 = false test_server_path = {{ workspace_path }}/test_server.bin +provider = amphora {% endif %}