Add tempest confirmation for octavia tests
This sets new tempest config options for octavia, including the setting of log_user_roles=False, which allows tests to avoid the optional list_role_assignments call that was resulting in 403 Forbidden for all octavia tests.
This commit is contained in:
@@ -136,6 +136,11 @@ enable_security_groups = true
|
||||
test_with_ipv6 = false
|
||||
test_server_path = {{ workspace_path }}/test_server.bin
|
||||
provider = amphora
|
||||
octavia_svc_username = octavia
|
||||
member_role = load-balancer_member
|
||||
admin_role = Admin
|
||||
RBAC_test_type = none
|
||||
log_user_roles = False
|
||||
{% endif %}
|
||||
|
||||
{%- if 'magnum' in enabled_services %}
|
||||
|
||||
Reference in New Issue
Block a user