From b9cc0f3cdede7b581d4823932c52ad1e5aee0ab4 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 15 Aug 2023 13:08:36 +0200 Subject: [PATCH] Stop reffering _member_ role Keystone has stopped providing or reffering `_member_` role for a while, thus role should not be refferenced anymore. Moreover, with 2023.1 service policies have dropped `_member_` which resulted in the role to be insufficient for basic operations. Change-Id: I99bf418c6cb93d5f3cafc818a8cc876a49fb0357 Related-Bug: #2029486 --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index a48f6179..70ef2495 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -296,7 +296,7 @@ horizon_ssl_no_verify: "{{ (keystone_service_adminuri_insecure | bool or keyston horizon_ssl_csrf_trusted_origins: [] ## The role which Horizon should use as a default for users -horizon_default_role_name: _member_ +horizon_default_role_name: member ## Launch instance horizon_launch_instance_legacy: False