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.
This commit is contained in:
Felipe Reyes
2022-06-30 18:07:52 -04:00
parent ab37618d4f
commit 8a9b519c81

View File

@@ -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 %}